Skip to content

Commit 9706798

Browse files
author
jef
committed
don't run qgsloggermig.pl from astyle.pl anymore
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9139 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5661eef commit 9706798

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/astyle.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
if ! qgsloggermig.pl >/dev/null 2>&1; then
4-
echo qgsloggermig.pl not found in path >&2
5-
exit 1
6-
fi
3+
#if ! qgsloggermig.pl >/dev/null 2>&1; then
4+
# echo qgsloggermig.pl not found in path >&2
5+
# exit 1
6+
#fi
77

88
set -e
99

@@ -33,6 +33,6 @@ $ARTISTIC_STYLE_OPTIONS \
3333

3434
for f in "$@"; do
3535
flip -ub "$f"
36-
qgsloggermig.pl "$f"
36+
#qgsloggermig.pl "$f"
3737
astyle $ARTISTIC_STYLE_OPTIONS "$f"
3838
done

0 commit comments

Comments
 (0)