s/fi/esac/
This commit is contained in:
parent
444fca6eff
commit
40f6e654fd
|
@ -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
|
||||||
add_config_option "CXX" "${COPT_CXX_DEFAULT}"
|
add_config_option "CXX" "${COPT_CXX_DEFAULT}"
|
||||||
|
|
|
@ -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
|
||||||
add_config_option "CC" "${COPT_CC_DEFAULT}"
|
add_config_option "CC" "${COPT_CC_DEFAULT}"
|
||||||
|
|
Loading…
Reference in New Issue