mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
fix: grep warning: stray \ before /
This commit is contained in:
parent
efd23c6ca3
commit
a278359a9a
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ function mkregex_blacklist() {
|
|||
s,^, ,
|
||||
s,$, ,
|
||||
s,^ (extra|pasture|patches|slackware(|64)|testing)/ $,^\1 ,
|
||||
s,^ ([^/]+)/ $, \\\.\\\/$PKGMAIN\\\/\1\$,
|
||||
s,^ ([^/]+)/ $, \\\./$PKGMAIN/\1\$,
|
||||
" ${CONF}/blacklist > ${TMPDIR}/blacklist.tmp
|
||||
|
||||
# Filter server and local package lists through blacklist
|
||||
|
|
Loading…
Reference in a new issue