HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: //usr/src/php-5.3.29/vcsclean
#! /bin/sh

if test -d 'CVS'; then
    ${MAKE:-make} -f build/build.mk cvsclean-work
elif test -d '.svn'; then
    ${MAKE:-make} -f build/build.mk svnclean-work
elif test -d '.git'; then
    ${MAKE:-make} -f build/build.mk gitclean-work
else
    echo "Can't figure out your VCS, not cleaning."
fi