From 9fb350dc7c8cc5259ef24e0cb097031179fab1d6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 9 Aug 2016 17:15:40 +1200 Subject: Improve commenting/exit handling in binscripts --- bin/gms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gms') diff --git a/bin/gms b/bin/gms index 66b777d1..8479d765 100755 --- a/bin/gms +++ b/bin/gms @@ -15,7 +15,7 @@ for sig in EXIT HUP INT TERM ; do trap "cleanup $sig" "$sig" done -# Who am I? Don't trust the environment $UID to tell me. +# Don't trust the environment $UID, use id(1) instead uid=$(id -u) || exit # Iterate through the getmailrc.* files in $GETMAIL if defined, or -- cgit v1.2.3