summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-ad
blob: 12de4faa1333ec4222881ade36319408208f5ed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** pgms/cleanup.sh.orig	Wed Feb  5 11:08:37 1992
--- pgms/cleanup.sh	Wed Jan  3 19:27:21 1996
***************
*** 87,92 ****
      
      -r) : reason for failure
! 	echo $1
! 	echo $1 >>$LOGFILE
  	shift
  	;;
--- 87,92 ----
      
      -r) : reason for failure
! 	echo -e $1
! 	echo -e $1 >>$LOGFILE
  	shift
  	;;