added check for germinate
This commit is contained in:
parent
d86d737a8a
commit
96d81cecda
5
update
5
update
@ -1,5 +1,10 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
if ! which germinate >/dev/null; then
|
||||||
|
echo >&2 "Please install germinate."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
if ! which dch >/dev/null; then
|
if ! which dch >/dev/null; then
|
||||||
echo >&2 "Please install devscripts."
|
echo >&2 "Please install devscripts."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user