Current64: Slackpkg 15.0 (no +) with CONF set fails to read the blacklist file
by burdi01 from LinuxQuestions.org on (#5DZ7Y)
Current64: Slackpkg 15.0 (no +) with CONF set fails to read the blacklist file: No such file or directory.
In core-functions.sh > function makelist() I found:
Code:grep -vE "(^#|^[[:blank:]]*$)" ${ROOT}/${CONF}/blacklist | \whereas in previous versions it read:
Code:grep -vE "(^#|^[[:blank:]]*$)" ${CONF}/blacklist >:D


In core-functions.sh > function makelist() I found:
Code:grep -vE "(^#|^[[:blank:]]*$)" ${ROOT}/${CONF}/blacklist | \whereas in previous versions it read:
Code:grep -vE "(^#|^[[:blank:]]*$)" ${CONF}/blacklist >:D