X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/475e0d886041b4345585e13f0c04bcb9af0c0c5a..9fd67b2db578d4850502861c3f966d4314b6d63f:/openwrt/scripts/ipkg?ds=inline diff --git a/openwrt/scripts/ipkg b/openwrt/scripts/ipkg index 7ceaeff69..617b03898 100755 --- 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