X Tutup
Skip to content

Commit b296848

Browse files
committed
updated anonymize_parallel.sh
1 parent a2414f9 commit b296848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

anonymize_parallel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ set -euo pipefail
1717
[ -n "${DEBUG:-}" ] && set -x
1818
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1919

20+
# shellcheck disable=SC1090
2021
. "$srcdir/bash-tools/lib/utils.sh"
2122

2223
# re-establish srcdir local to this script since util.sh include brings its own srcdir
2324
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2425

26+
# shellcheck disable=SC2120
2527
usage(){
2628
if [ -n "$*" ]; then
2729
echo "$@" >&2

0 commit comments

Comments
 (0)
X Tutup