Commit 17e567eb authored by Jan Kiene's avatar Jan Kiene
Browse files

remove echo mode from script

parent 9644c23d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
# 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
set -euo pipefail

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