freebsd-ports/benchmarks/unixbench/files/patch-pgms_cleanup.sh
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

13 lines
216 B
Bash

--- 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
;;