From 4aebed603317cf6012c92eb542ab9fa26b8fc3cc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Apr 2010 14:38:14 +0200 Subject: Replacing 'noautoconfig' string in auto/ scripts with 'noauto'. --- helpers/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/build') 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 -- cgit v1.2.3