diff options
Diffstat (limited to 'lang/rexx-imc/files/patch-rxmathfn.rexx')
-rw-r--r-- | lang/rexx-imc/files/patch-rxmathfn.rexx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/rexx-imc/files/patch-rxmathfn.rexx b/lang/rexx-imc/files/patch-rxmathfn.rexx new file mode 100644 index 000000000000..fb55b0b82685 --- /dev/null +++ b/lang/rexx-imc/files/patch-rxmathfn.rexx @@ -0,0 +1,9 @@ +--- rxmathfn.rexx Thu Nov 19 10:25:43 1992 ++++ rxmathfn.rexx.new Fri Sep 7 15:06:45 2001 +@@ -1,4 +1,5 @@ +-/* Example Rexx program to provide mathematical functions */ ++/*usr/bin/true;exec rexx -x "$0" "$@";exit# Example Rexx program */ ++/* to provide mathematical functions */ + trace off + + Ecall=40 /* Incorrect call to routine */ |