projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix return statement in the rtl8366 driver
[openwrt.git]
/
scripts
/
env
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.021787 seconds
and
4
git commands to generate.