projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix php5 build
[openwrt.git]
/
scripts
/
ipkg
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
7ceaeff
..
617b038
100755
(executable)
--- a/
scripts/ipkg
+++ b/
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.02315 seconds
and
4
git commands to generate.