generic: 3.2: allow to build myloader mtd parser for ATH79
[openwrt.git] / scripts / env
index ebd2dac..80e08ec 100755 (executable)
@@ -192,7 +192,7 @@ env_new() {
        fi
        git checkout -b "$1" "$from"
        if [ -f "$BASEDIR/.config" -o -d "$BASEDIR/files" ]; then
-               if ask_bool 1 "Do you want to keep your current config and files?"; then
+               if ask_bool 1 "Do you want to start your configuration repository with the current configuration?"; then
                        [ -d "$BASEDIR/files" -a \! -L "$BASEDIR/files" ] && {
                                mkdir -p "$ENVDIR/files"
                                shopt -s dotglob
This page took 0.019141 seconds and 4 git commands to generate.