diff options
Diffstat (limited to 'net/rexx-sock/files/patch-preinst.rexx')
-rw-r--r-- | net/rexx-sock/files/patch-preinst.rexx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rexx-sock/files/patch-preinst.rexx b/net/rexx-sock/files/patch-preinst.rexx new file mode 100644 index 000000000000..7f896f0db657 --- /dev/null +++ b/net/rexx-sock/files/patch-preinst.rexx @@ -0,0 +1,10 @@ +--- preinst.rexx.orig Tue Jan 27 12:01:19 2004 ++++ preinst.rexx Tue Jan 27 12:01:27 2004 +@@ -5,6 +5,6 @@ + Call Lineout outfile, "#!" || rexx_exe + Do While(Lines(infile) > 0) + line = Linein(infile) +- Call Lineout(outfile, line ) ++ Call Lineout outfile, line + End + Return 0 |