summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-pgms_cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/unixbench/files/patch-pgms_cleanup.sh')
-rw-r--r--benchmarks/unixbench/files/patch-pgms_cleanup.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-pgms_cleanup.sh b/benchmarks/unixbench/files/patch-pgms_cleanup.sh
new file mode 100644
index 000000000000..36eeaa7a9784
--- /dev/null
+++ b/benchmarks/unixbench/files/patch-pgms_cleanup.sh
@@ -0,0 +1,13 @@
+--- pgms/cleanup.sh.orig 1997-09-13 02:01:19 UTC
++++ pgms/cleanup.sh
+@@ -107,8 +107,8 @@ do
+ ;;
+
+ -r) # reason for failure
+- echo $1
+- echo $1 >>$LOGFILE
++ echo -e $1
++ echo -e $1 >>$LOGFILE
+ shift
+ ;;
+