Fix syntax error in script

This commit is contained in:
Laurence Withers 2007-11-22 13:38:24 +00:00
parent c111c7e1dd
commit 14a87936bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cgi) DEST_BINDIR="CGIDIR" ;;
echo "One argument required: binary location (bin, sbin or cgi)." echo "One argument required: binary location (bin, sbin or cgi)."
exit 1 exit 1
;; ;;
fi esac
do_parameter_subst DEST_BINDIR do_parameter_subst DEST_BINDIR
true true