mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-20 00:13:27 +00:00
updated
This commit is contained in:
@@ -15,7 +15,7 @@ if [ ! -f "$1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
list=$(cat $1)
|
||||
list=$(cat $1 | grep -v '^#')
|
||||
|
||||
for i in $list; do
|
||||
if [ -d $INDEX_DIR/$i ]; then
|
||||
|
||||
Reference in New Issue
Block a user