From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- benchmarks/unixbench/files/patch-pgms_cleanup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 benchmarks/unixbench/files/patch-pgms_cleanup.sh (limited to 'benchmarks/unixbench/files/patch-pgms_cleanup.sh') diff --git a/benchmarks/unixbench/files/patch-pgms_cleanup.sh b/benchmarks/unixbench/files/patch-pgms_cleanup.sh new file mode 100644 index 000000000000..36eeaa7a9784 --- /dev/null +++ b/benchmarks/unixbench/files/patch-pgms_cleanup.sh @@ -0,0 +1,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 + ;; + -- cgit v1.2.3