pkgsrc/devel/sofia-sip/patches/patch-scripts_uncovered

15 lines
339 B
Text

$NetBSD: patch-scripts_uncovered,v 1.1 2012/12/22 02:10:42 wiz Exp $
Fix unportable test(1) construct.
--- scripts/uncovered.orig 2011-03-11 14:49:19.000000000 +0000
+++ scripts/uncovered
@@ -11,7 +11,7 @@
usage()
{
- test X$1 == X0 || exec >&2
+ test X$1 = X0 || exec >&2
cat <<EOF
usage: uncovered OPTIONS
where OPTIONS are