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/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/config') diff --git a/helpers/config b/helpers/config index bab31b5b0..2a37dbe00 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 -- cgit v1.2.3