aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmsec.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/msec.csh b/msec.csh
index 8ca9bc1..fc0e5b6 100755
--- a/msec.csh
+++ b/msec.csh
@@ -12,7 +12,7 @@ if ( -r /etc/sysconfig/msec ) then
eval `sed -n 's/^\([^#]*\)=\([^#]*\)/set \1=\2;/p' < /etc/sysconfig/msec`
endif
-if ( { id -u } >= 500 ) then
+if ( "`id -u`" >= 500 ) then
if ( ${?UMASK_USER} ) then
umask ${UMASK_USER}
else