[QGIS Commit] r9139 - trunk/qgis/scripts

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Aug 23 18:31:49 EDT 2008


Author: jef
Date: 2008-08-23 18:31:48 -0400 (Sat, 23 Aug 2008)
New Revision: 9139

Modified:
   trunk/qgis/scripts/astyle.sh
Log:
don't run qgsloggermig.pl from astyle.pl anymore

Modified: trunk/qgis/scripts/astyle.sh
===================================================================
--- trunk/qgis/scripts/astyle.sh	2008-08-23 21:37:31 UTC (rev 9138)
+++ trunk/qgis/scripts/astyle.sh	2008-08-23 22:31:48 UTC (rev 9139)
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-if ! qgsloggermig.pl >/dev/null 2>&1; then
-	echo qgsloggermig.pl not found in path >&2
-	exit 1
-fi
+#if ! qgsloggermig.pl >/dev/null 2>&1; then
+#	echo qgsloggermig.pl not found in path >&2
+#	exit 1
+#fi
 
 set -e
 
@@ -33,6 +33,6 @@
 
 for f in "$@"; do
 	flip -ub "$f" 
-    	qgsloggermig.pl "$f"
+    	#qgsloggermig.pl "$f"
 	astyle $ARTISTIC_STYLE_OPTIONS "$f"
 done



More information about the QGIS-commit mailing list