1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00
This commit is contained in:
notwa 2012-08-19 05:02:11 -07:00
parent 6a28f54c32
commit 59fa621788

View File

@ -43,7 +43,6 @@ while true; do
fi
echo $tags | grep -F -- "$faketag" > /dev/null
result=$?
echo $faketag $result $unwanted
if [[ $result != $unwanted ]]; then
nomatch=1
break