Skip to content

Commit

Permalink
don't run qgsloggermig.pl from astyle.pl anymore
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9139 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 23, 2008
1 parent 5661eef commit 9706798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/astyle.sh
@@ -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

Expand Down Expand Up @@ -33,6 +33,6 @@ $ARTISTIC_STYLE_OPTIONS \

for f in "$@"; do
flip -ub "$f"
qgsloggermig.pl "$f"
#qgsloggermig.pl "$f"
astyle $ARTISTIC_STYLE_OPTIONS "$f"
done

0 comments on commit 9706798

Please sign in to comment.