Skip to content

Commit

Permalink
Fix carriage return escape in bin/vspec
Browse files Browse the repository at this point in the history
  • Loading branch information
glts committed Nov 7, 2014
1 parent 21d51b5 commit 1124cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vspec
Expand Up @@ -56,7 +56,7 @@ cat <<END >"$driver_script"
call s:main()
END

vim -u NONE -i NONE -N -e -s -S "$driver_script" 2>&1 | sed 's/\r$//'
vim -u NONE -i NONE -N -e -s -S "$driver_script" 2>&1 | sed $'s/\r$//'



Expand Down

0 comments on commit 1124cfc

Please sign in to comment.