projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f88abc8
)
scripts/env: fix file syncing on env switch
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 19:15:26 +0000
(19:15 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 19:15:26 +0000
(19:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12925
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/env
patch
|
blob
|
history
diff --git
a/scripts/env
b/scripts/env
index
642a329
..
65594f9
100755
(executable)
--- a/
scripts/env
+++ b/
scripts/env
@@
-119,12
+119,12
@@
env_revert() {
}
env_ask_sync() {
+ env_sync_data
LINES="$(env_diff | wc -l)" # implies env_init
[ "$LINES" -gt 0 ] && {
if ask_bool 1 "Do you want to save your changes"; then
env_sync
else
- env_sync_data
env_do_reset
fi
}
This page took
0.021002 seconds
and
4
git commands to generate.