diff options
Diffstat (limited to 'helpers/config')
-rwxr-xr-x | helpers/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/config b/helpers/config index bab31b5..2a37dbe 100755 --- a/helpers/config +++ b/helpers/config @@ -10,12 +10,12 @@ set -e # Read meta config -if [ "${1}" != "noautoconfig" ] && [ -x auto/config ] +if [ "${1}" != "noauto" ] && [ -x auto/config ] then ./auto/config ${@} fi -if [ "${1}" = "noautoconfig" ] +if [ "${1}" = "noauto" ] then shift fi |