We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4b46398 commit 03b0774Copy full SHA for 03b0774
scripts/astyle.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
-if ! qgsloggermig.pl >/dev/null 2>&1; then
4
- echo qgsloggermig.pl not found in path >&2
5
- exit 1
6
-fi
+#if ! qgsloggermig.pl >/dev/null 2>&1; then
+# echo qgsloggermig.pl not found in path >&2
+# exit 1
+#fi
7
8
set -e
9
@@ -33,6 +33,6 @@ $ARTISTIC_STYLE_OPTIONS \
33
34
for f in "$@"; do
35
flip -ub "$f"
36
- qgsloggermig.pl "$f"
+ #qgsloggermig.pl "$f"
37
astyle $ARTISTIC_STYLE_OPTIONS "$f"
38
done
0 commit comments