projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow telnet login only in failsafe by default
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
bin
/
ipkg
diff --git
a/openwrt/target/default/target_skeleton/bin/ipkg
b/openwrt/target/default/target_skeleton/bin/ipkg
index
c9947c8
..
c05c2d1
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/bin/ipkg
+++ b/
openwrt/target/default/target_skeleton/bin/ipkg
@@
-21,8
+21,8
@@
set -o noglob
ipkg_is_upgrade () {
local A B a b
ipkg_is_upgrade () {
local A B a b
- A=$(echo $1 | sed -r "s/([0-9]+)[^
A-Za-z]?
/ \1 /g").
- B=$(echo $2 | sed -r "s/([0-9]+)[^
A-Za-z]?
/ \1 /g").
+ A=$(echo $1 | sed -r "s/([0-9]+)[^
[:alnum:]]*
/ \1 /g").
+ B=$(echo $2 | sed -r "s/([0-9]+)[^
[:alnum:]]*
/ \1 /g").
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=$*
This page took
0.02183 seconds
and
4
git commands to generate.