Skip to content

Commit

Permalink
Fix remove_bom script to automatically run on all py files below the …
Browse files Browse the repository at this point in the history
…current directory
  • Loading branch information
danmoseley committed Sep 1, 2015
1 parent bc77938 commit 32195b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/remove_bom.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sed -b -i -e "1s/^\xEF\xBB\xBF//" $1
find . -name '*.py' -exec sed -b -i -e "1s/^\xEF\xBB\xBF//" {} \;

0 comments on commit 32195b8

Please sign in to comment.