summaryrefslogtreecommitdiff
path: root/graphics/pfstools/patches/patch-src_octave_pfscrop
blob: 35e52534add37a68c381583d4503296f6f7924cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_octave_pfscrop,v 1.1 2015/08/25 20:16:31 adam Exp $

Portability fix.

--- src/octave/pfscrop.orig	2015-07-16 20:06:44.000000000 +0000
+++ src/octave/pfscrop
@@ -15,7 +15,7 @@ EOF
     exit 1
 fi
 
-if test $# == "2"; then
+if test $# = "2"; then
     CW_X=1
     CW_Y=1
     CW_W=$1