comparison make-debian-package @ 51:d4ccc5ccdc6d

Merge commit.
author David Barts <davidb@stashtea.com>
date Thu, 07 May 2020 08:30:56 -0700
parents 1aea8079484b
children
comparison
equal deleted inserted replaced
50:fb407182ba76 51:d4ccc5ccdc6d
10 # badly-documented that I found it easier to just roll my own. 10 # badly-documented that I found it easier to just roll my own.
11 11
12 # Name executed as 12 # Name executed as
13 myname="${0##*/}" 13 myname="${0##*/}"
14 14
15 # We must specify a single directory name, nothing else. 15 # We must specify single directory name and an output file.
16 if [ $# -ne 2 ] 16 if [ $# -ne 2 ]
17 then 17 then
18 1>&2 echo "$myname: expecting directory and output file" 18 1>&2 echo "$myname: expecting directory and output file"
19 exit 2 19 exit 2
20 fi 20 fi