9a369a50d0
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
13 lines
239 B
Bash
13 lines
239 B
Bash
--- 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
|
|
;;
|
|
|