Fix syntax error in script
This commit is contained in:
parent
c111c7e1dd
commit
14a87936bd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue