From 2289865a1f3c9d79a9d057a2460cda0960e277ff Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 5 Jun 2020 09:19:00 +1200 Subject: Remove unneeded comma in msc(1df) --- bin/msc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/msc.sh b/bin/msc.sh index feb39b14..051f104a 100755 --- a/bin/msc.sh +++ b/bin/msc.sh @@ -3,7 +3,7 @@ username=$(id -nu) if [ "$#" -eq 0 ] ; then set -- "$MAIL" /var/mail/"$username" /var/spool/mail/"$username" fi -for path ; do +for path do [ -e "$path" ] || continue grep -ch -- '^From ' "$path" exit -- cgit v1.2.3