# HG changeset patch # User HackBot # Date 1477769833 0 # Node ID 5318e49e91f324417a33a75e9267bf5027cd2c4c # Parent 9323eb89de86ea4fcf921008fef51c39a66da7e4 sled bin/dos2unix//s,^,/bin/, diff -r 9323eb89de86 -r 5318e49e91f3 bin/dos2unix --- 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' -- "$@"