changeset 9516:5318e49e91f3

<oerjan> sled bin/dos2unix//s,^,/bin/,
author HackBot
date Sat, 29 Oct 2016 19:37:13 +0000
parents 9323eb89de86
children 288df868a599
files bin/dos2unix
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/dos2unix	Sat Oct 29 19:36:49 2016 +0000
+++ b/bin/dos2unix	Sat Oct 29 19:37:13 2016 +0000
@@ -1,1 +1,1 @@
-sed -i 's/\r//g' -- "$@"
+/bin/sed -i 's/\r//g' -- "$@"