comparison make-debian-package @ 49:1aea8079484b

Merged changes.
author David Barts <n5jrn@me.com>
date Mon, 04 May 2020 18:37:34 -0700
parents 6999afa6fff3
children
comparison
equal deleted inserted replaced
48:35fb8de77c7d 49:1aea8079484b
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