From: Felix Fietkau Date: Sat, 19 Nov 2011 17:15:53 +0000 (+0000) Subject: scripts/env: improve the wording of the question when starting repository (patch... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=208588335e5c270f33f523d2e00a7acd3b80ced5 scripts/env: improve the wording of the question when starting repository (patch by Rolf Leggewie) SVN-Revision: 29262 --- diff --git a/scripts/env b/scripts/env index ebd2dac38e..80e08ec4ab 100755 --- a/scripts/env +++ b/scripts/env @@ -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