mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
79f58ff83c
commit
c0092751b5
|
@ -3,9 +3,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
ACTION=$1
|
ACTION=$1
|
||||||
BASE=$2
|
if [ -z "$ACTION" ]; then
|
||||||
if [ -z "$ACTION" ] || [ -z "$BASE" ]; then
|
echo "Usage: $0 ACTION"
|
||||||
echo "Usage: $0 ACTION BASE"
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue