Tools/make_dist.sh: no longer require 'tree'
This commit is contained in:
parent
f4238fdd2f
commit
5e860ea53b
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ if ! [ -x "$(command -v zip)" ]; then
|
|||
printf "'zip' is not installed.\n" >&2
|
||||
exit 2
|
||||
fi
|
||||
if ! [ -x "$(command -v tree)" ]; then
|
||||
printf "'tree' is not installed.\n" >&2
|
||||
exit 2
|
||||
fi
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
printf "$0 [gamedir] [output dir]\n" >&2
|
||||
|
|
Loading…
Reference in a new issue