From: ian Date: Sun, 24 Aug 1997 22:50:26 +0000 (+0000) Subject: Fixed buildship args. X-Git-Tag: release-0-50~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=ca2dbe151903558093635b0dfeea66a73447b5ff Fixed buildship args. --- 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