summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-ae
blob: dc51d5200e50ff8d9e2e96c32c277dc62ab79899 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ae,v 1.1 2004/03/20 00:31:07 dmcmahill Exp $

--- test/test.orig	Sun Feb  1 22:49:09 2004
+++ test/test
@@ -1,5 +1,5 @@
 #!/bin/sh
-if [ $# == 0 ] ; then
+if [ $# -eq 0 ] ; then
     echo "usage: ./test gnucap \"testcases\" targetdir refdir"
     echo "usual testcases is \"\", usual refdir is =="
     echo "example: ./test gnucap \"\" myversion =="