Skip to content

Commit a8765a3

Browse files
committedOct 20, 2015
avoid duplicate qgisstyle run
1 parent 603c276 commit a8765a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎scripts/astyle.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,12 @@ for f in "$@"; do
112112
continue
113113
fi
114114

115-
flip -ub "$f"
116-
eval "$cmd '$f'"
117115
if [[ -f $f && `head -c 3 $f` == $'\xef\xbb\xbf' ]]; then
118116
mv $f $f.bom
119117
tail -c +4 $f.bom > $f
120118
echo "removed BOM from $f"
121119
fi
122120

123-
#qgsloggermig.pl "$f"
121+
flip -ub "$f"
124122
eval "$cmd '$f'"
125123
done

0 commit comments

Comments
 (0)
Please sign in to comment.