1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 04:03:56 +02:00

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

SVN-Revision: 29262
This commit is contained in:
Felix Fietkau 2011-11-19 17:15:53 +00:00
parent 6b929e2687
commit a97304cf61

View File

@ -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