aboutsummaryrefslogtreecommitdiffstats
path: root/msec.csh
diff options
context:
space:
mode:
Diffstat (limited to 'msec.csh')
-rwxr-xr-xmsec.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/msec.csh b/msec.csh
index 3c03754..806136e 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 ( $uid >= 500 ) then
if ( ${?UMASK_USER} ) then
umask ${UMASK_USER}
else