projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed SIP connection tracking helper, licence unclear, unresolved symbols
[openwrt.git]
/
openwrt
/
scripts
/
ipkg
diff --git
a/openwrt/scripts/ipkg
b/openwrt/scripts/ipkg
index
7ceaeff
..
617b038
100755
(executable)
--- a/
openwrt/scripts/ipkg
+++ b/
openwrt/scripts/ipkg
@@
-607,8
+607,7
@@
s/ \+/ /g'`
ipkg_set_depends $pkg $new_deps
done
- new_deps=`echo $new_deps | sed -e 's/[[:space:]]\+/\\
-/g' | sort | uniq`
+ new_deps=`echo $new_deps | sed -e 's/[[:space:]]\+/\n/g' | sort | uniq`
local maybe_new_pkgs=
for pkg in $new_deps; do
This page took
0.021491 seconds
and
4
git commands to generate.