Skip to content

Commit

Permalink
Fix dos2unix as flip alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 19, 2015
1 parent ddda7d4 commit 33d46d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -31,7 +31,7 @@ fi
if ! type -p flip >/dev/null; then
if type -p dos2unix >/dev/null; then
flip() {
exec dos2unix $2
dos2unix $2
}
else
echo "flip not found" >&2
Expand Down

0 comments on commit 33d46d3

Please sign in to comment.