From f3df269f02c7f747791b07d8f54005cff5fee719 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 2 Oct 2011 14:49:12 +0200 Subject: [PATCH] make.sh: remove question for creating .config --- make.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/make.sh b/make.sh index 9d7581b4d5..d05fecd594 100755 --- a/make.sh +++ b/make.sh @@ -71,14 +71,6 @@ mkdir $BASEDIR/log/ 2>/dev/null if [ -f .config ]; then . .config -else - echo -e "${BOLD}No configuration found!${NORMAL}" - echo -ne "Do you want to create one (y/N)?" - read CREATE_CONFIG - echo "" - if [ "$CREATE_CONFIG" == "y" ]; then - make_config - fi fi if [ -z $EDITOR ]; then -- 2.39.2