From a6ed5380669adc157133e2d57ec3ee8977172fd4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 18 Apr 2016 01:57:27 +0000 Subject: tl-sign-file: we need 1 argument, not 0 git-svn-id: svn://tug.org/texlive/trunk@40588 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-sign-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/tl-sign-file') diff --git a/Master/tlpkg/bin/tl-sign-file b/Master/tlpkg/bin/tl-sign-file index b0fe58bfba0..779c0af84e7 100755 --- a/Master/tlpkg/bin/tl-sign-file +++ b/Master/tlpkg/bin/tl-sign-file @@ -3,7 +3,7 @@ # Public domain. Originally written 2016, Norbert Preining # Sign a file for release in TeX Live -if test $# -ne 0; then +if test $# -ne 1; then echo "$0: Exactly one argument must be given, the file to sign." >&2 exit 1 fi -- cgit v1.2.3