From a278359a9a65ddadd024b433afd0d7a465696475 Mon Sep 17 00:00:00 2001 From: shamilbi Date: Thu, 8 Sep 2022 21:23:46 +0200 Subject: [PATCH] fix: grep warning: stray \ before / --- files/core-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/core-functions.sh b/files/core-functions.sh index 6877db1..8245478 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -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