check filename witout regex
This commit is contained in:
@@ -32,7 +32,7 @@ _update() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if test -f "$file"; then
|
if test -f "$file"; then
|
||||||
if grep -q " $file$" "$list_name"; then
|
if grep -qF " $file" "$list_name"; then
|
||||||
echo "$file: exist"
|
echo "$file: exist"
|
||||||
else
|
else
|
||||||
echo "$file: new"
|
echo "$file: new"
|
||||||
|
|||||||
Reference in New Issue
Block a user