Skip to content

Commit bc7e003

Browse files
committed
Add assert_source() call to common.sh, update bash-tools
1 parent f7a5689 commit bc7e003

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

external/bash-tools

src/common.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,8 @@ function check_is_valid_keystore_password() {
463463
fi
464464
fi
465465
}
466+
467+
# -------------------------- FOOTER -------------------------------------------
468+
469+
# this script should be sourced rather than executed directly
470+
assert_sourced

0 commit comments

Comments
 (0)