Commit 744da434 authored by Jan Kiene's avatar Jan Kiene
Browse files

add printout and "strict mode" to bash script

parent d4c415e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
# NOTE: this does not check e.g. for float_ref_branchname actually existing and will silently return ivas-float-update if not
#       Use branch-follows-porting-naming-convention.sh for that

set -euxo pipefail

if [ $# -ne 1 ]; then
  echo "Usage: $0 <branchname>"
  exit 1