Removed personal code test

This commit is contained in:
George Boudreau 2006-09-12 21:32:03 +00:00
parent c88d594a10
commit 917166ed11

1
jhalfs
View file

@ -253,7 +253,6 @@ SUDO_LOC="`whereis -b sudo | cut -d " " -f2`"
if [ -x $SUDO_LOC ]; then
sudoVer=`sudo -V | head -n1 | cut -d " " -f3`
echo "SUDO ${L_arrow}${BOLD}${sudoVer}${R_arrow}${OFF} ..OK"
check_version "1.0.0" "${sudoVer}" "SUDO"
else
echo "${nl_}\"${RED}sudo${OFF}\" ${BOLD}must be installed on your system for jhalfs to run"
exit 1