[interchange-cvs] interchange - heins modified code/SystemTag/image.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Jun 22 10:22:02 2003


User:      heins
Date:      2003-06-22 14:21:35 GMT
Modified:  code/SystemTag image.tag
Log:
* Eliminate rather ridiculous warning.

Revision  Changes    Path
1.4       +1 -1      interchange/code/SystemTag/image.tag


rev 1.4, prev_rev 1.3
Index: image.tag
===================================================================
RCS file: /var/cvs/interchange/code/SystemTag/image.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- image.tag	21 Jun 2003 15:15:40 -0000	1.3
+++ image.tag	22 Jun 2003 14:21:35 -0000	1.4
@@ -321,7 +321,7 @@
 					last MOGIT;
 				}
 
-				$mask = umask(2);
+				$mask = umask(02);
 
 				unless(-d $dir) {
 					File::Path::mkpath($dir);