Jackie Huang f2e63deda2 update-alternatives: fix the sed pattern in remove_alt
'\>' is to matches the end of a word, but the executable is
not always a 'word', e.g. /usr/lib64/busybox/usr/bin/[

then such alternatives can not be removed.

So change to use '\s' in the pattern since the following
character of the $path is whitespace.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2018-01-21 05:52:31 -06:00
2013-12-03 13:19:19 +00:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
2016-06-01 17:17:44 -05:00
Description
Tools for the Opkg lightweight package management system
336 KiB
Languages
Python 54.3%
Shell 44.9%
Makefile 0.8%