Bladeren bron

scripts/env: improve the wording of the question when starting repository (patch by Rolf Leggewie)

SVN-Revision: 29262
Felix Fietkau 14 jaren geleden
bovenliggende
commit
a97304cf61
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      scripts/env

+ 1 - 1
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