Navigation Menu

Skip to content

Commit

Permalink
avoid duplicate qgisstyle run
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 20, 2015
1 parent 603c276 commit a8765a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/astyle.sh
Expand Up @@ -112,14 +112,12 @@ for f in "$@"; do
continue
fi

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

#qgsloggermig.pl "$f"
flip -ub "$f"
eval "$cmd '$f'"
done

0 comments on commit a8765a3

Please sign in to comment.