projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove pppoe init script, add ifup.pppoe for that
[openwrt.git]
/
root
/
bin
/
ipkg
diff --git
a/root/bin/ipkg
b/root/bin/ipkg
index
c802ce1
..
bf275d8
100755
(executable)
--- a/
root/bin/ipkg
+++ b/
root/bin/ipkg
@@
-26,7
+26,7
@@
ipkg_is_upgrade () {
while [ \! -z "$A" ] && [ \! -z "$B" ]; do {
set $A; a=$1; shift; A=$*
set $B; b=$1; shift; B=$*
while [ \! -z "$A" ] && [ \! -z "$B" ]; do {
set $A; a=$1; shift; A=$*
set $B; b=$1; shift; B=$*
- { [ "$a" -gt "$b" ] 2>- || [ "$a" ">" "$b" ]; } && { return 0; }
+ { [ "$a" -gt "$b" ] 2>
&
- || [ "$a" ">" "$b" ]; } && { return 0; }
}; done
return 1;
}
}; done
return 1;
}
This page took
0.019847 seconds
and
4
git commands to generate.