Skip to content

Commit 33d46d3

Browse files
committed
Fix dos2unix as flip alternative
1 parent ddda7d4 commit 33d46d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/astyle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
if ! type -p flip >/dev/null; then
3232
if type -p dos2unix >/dev/null; then
3333
flip() {
34-
exec dos2unix $2
34+
dos2unix $2
3535
}
3636
else
3737
echo "flip not found" >&2

0 commit comments

Comments
 (0)