aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-imc/files/patch-box
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rexx-imc/files/patch-box')
-rw-r--r--lang/rexx-imc/files/patch-box8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/rexx-imc/files/patch-box b/lang/rexx-imc/files/patch-box
new file mode 100644
index 000000000000..8e3d69f1f51e
--- /dev/null
+++ b/lang/rexx-imc/files/patch-box
@@ -0,0 +1,8 @@
+--- box Sat Jan 23 16:51:19 1999
++++ box.new Fri Sep 7 15:01:36 2001
+@@ -1,4 +1,4 @@
+-/*bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
++/*usr/bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
+ parse arg args
+ if args="" then args="/usr/games/fortune"/* default command */
+ args "| expand | rxstack" /* stack the command's output */