mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix the "sed ... unterminated `s' command" error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user