Hello,

 Damned!

Please ignore my previous patch in which the backquotes are replaced by
quotes. Sorry!

Just for completness, this patch fixes the check for the uid in order to
1. makes it work
2. stopping outputing garbage (the uid).


--- /tmp/msec.csh       Mon Feb 18 20:06:39 2002
+++ msec.csh    Mon Feb 18 20:05:59 2002
@@ -13,5 +13,5 @@
 endif
 
-if ( { id -u } >= 500 ) then
+if ( `id -u` >= 500 ) then
     if ( ${?UMASK_USER} ) then
        umask ${UMASK_USER}


Cheers,


                        Odie

-- 
-----------------------------------------------------
Olivier Dormond aka Odie ([EMAIL PROTECTED])

Reply via email to