aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/msc.sh2
1 files changed, 1 insertions, 1 deletions
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