[interchange-cvs] interchange - docelic modified code/UserTag/css.tag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Oct 2 12:38:55 EDT 2004


User:      docelic
Date:      2004-10-02 16:38:55 GMT
Modified:  code/UserTag css.tag
Log:
s/-x/-d/

Revision  Changes    Path
1.5       +2 -2      interchange/code/UserTag/css.tag


rev 1.5, prev_rev 1.4
Index: css.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/css.tag,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- css.tag	2 Oct 2004 11:07:00 -0000	1.4
+++ css.tag	2 Oct 2004 16:38:55 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 2003 Interchange Development Group (http://www.icdevgroup.org/)
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: css.tag,v 1.4 2004/10/02 11:07:00 docelic Exp $
+# $Id: css.tag,v 1.5 2004/10/02 16:38:55 docelic Exp $
 
 UserTag css Order name
 UserTag css addAttr
@@ -99,7 +99,7 @@
 				logError("CSS file %s has no write permission.", $fn);
 			}
 			else {
-				if ( -x $dir ) {
+				if ( -d $dir ) {
 					logError("CSS dir %s has no write permission.", $dir);
 				}
 				else {








More information about the interchange-cvs mailing list