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