From ca2dbe151903558093635b0dfeea66a73447b5ff Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 24 Aug 1997 22:50:26 +0000 Subject: [PATCH] Fixed buildship args. --- buildship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildship b/buildship index 9ab54ef..2627ae1 100755 --- a/buildship +++ b/buildship @@ -1,5 +1,5 @@ #!/bin/sh -if test $# = 1 +if test $# = 0 then echo >&2 'usage: buildship VERSION=' exit 1 -- 2.30.2