projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
airlink generation fix, thanks st9_
[openwrt.git]
/
package
/
base-files
/
files
/
bin
/
uci
diff --git
a/package/base-files/files/bin/uci
b/package/base-files/files/bin/uci
index
4df8f33
..
90098f0
100755
(executable)
--- a/
package/base-files/files/bin/uci
+++ b/
package/base-files/files/bin/uci
@@
-86,7
+86,7
@@
do_remove() {
do_commit() {
local PACKAGE="$1"
for package in ${PACKAGE:-$(cd /tmp/.uci; ls)}; do
- [
"${package##.*}" != "$package
" ] && continue # ignore .lock files
+ [
lock = "${package##*.}
" ] && continue # ignore .lock files
uci_commit "$package"
done
}
This page took
0.021532 seconds
and
4
git commands to generate.