summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-pgms_cleanup.sh
blob: 36eeaa7a97844d7ecfef8271382b2eecaf991fa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
 	;;