projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b929e2
)
scripts/env: improve the wording of the question when starting repository (patch...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Nov 2011 17:15:53 +0000
(17:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Nov 2011 17:15:53 +0000
(17:15 +0000)
SVN-Revision: 29262
scripts/env
patch
|
blob
|
history
diff --git
a/scripts/env
b/scripts/env
index ebd2dac38eef66843bf16edba659bf7973433573..80e08ec4abf57968cb2b74259fb5cbb0755c743b 100755
(executable)
--- 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