diff options
Diffstat (limited to 'benchmarks/unixbench/files/patch-pgms:cleanup.sh')
-rw-r--r-- | benchmarks/unixbench/files/patch-pgms:cleanup.sh | 13 |
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..e464baafbe85 --- /dev/null +++ b/benchmarks/unixbench/files/patch-pgms:cleanup.sh @@ -0,0 +1,13 @@ +--- pgms/cleanup.sh.orig Sun Dec 19 01:42:45 2004 ++++ pgms/cleanup.sh Sun Dec 19 01:43:00 2004 +@@ -107,8 +107,8 @@ + ;; + + -r) # reason for failure +- echo $1 +- echo $1 >>$LOGFILE ++ echo -e $1 ++ echo -e $1 >>$LOGFILE + shift + ;; + |