changeset 4923:c9619115046f

<oerjan> revert
author HackBot
date Mon, 29 Sep 2014 08:10:12 +0000
parents f4fa91b302cf
children d6d2d7192923
files bin/interp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/interp	Mon Sep 29 08:09:41 2014 +0000
+++ b/bin/interp	Mon Sep 29 08:10:12 2014 +0000
@@ -1,4 +1,4 @@
 #!/bin/sh
 CMD=`echo "$1" | cut -d' ' -f1`
-ARG=`echo "$1\n" | cut -d' ' -f2-`
+ARG=`echo "$1" | cut -d' ' -f2-`
 exec ibin/$CMD "$ARG"
\ No newline at end of file