chore(bump-pkg): stop on errors

This commit is contained in:
Julien Fontanet 2019-05-07 11:57:18 +02:00
parent ae6416c4d2
commit 8882f1b019

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -eu
if [ $# -eq 0 ] || [ "$1" = "-h" ]
then
echo "Usage: $0 <package> <version>"