ports/benchmarks/lmbench/files/patch-scripts__getpercent
Greg Larkin 1148bd5be2 - Updated to 3.0.a9
- Added patch files to correct small errors
- Submitter has been as assigned as new maintainer

PR:		ports/129972
Submitted by:	Sachidananda Urs <sacchi at gmail dot com>
2009-06-25 18:17:04 +00:00

11 lines
393 B
Text

--- ./scripts/getpercent.orig 2009-06-25 13:59:43.000000000 -0400
+++ ./scripts/getpercent 2009-06-25 14:04:59.000000000 -0400
@@ -5,7 +5,7 @@
# Hacked into existence by Larry McVoy (lm@sun.com now lm@sgi.com).
# Copyright (c) 1994 Larry McVoy. GPLed software.
# $Id$
-eval 'exec perl -Ssw $0 "$@"'
+eval 'exec perl -Ss $0 "$@"'
if 0;
$n = 0; # apparently, hpux doesn't init to 0????