changeset 7902:d28960ffe734

<oerjan> mkx bin/dos2unix//sed -i \'s/\\r//g\' -- "$@"
author HackBot
date Sat, 07 May 2016 00:32:03 +0000
parents d4e4f2ce1e48
children 9d81ae0cc66c
files bin/dos2unix
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/dos2unix	Sat May 07 00:29:08 2016 +0000
+++ b/bin/dos2unix	Sat May 07 00:32:03 2016 +0000
@@ -1,1 +1,1 @@
-sed -i 's/\r//g' "$@"
+sed -i 's/\r//g' -- "$@"