sh: Move CURRENT_DIR to top of script as convention

This commit is contained in:
Robert Estelle 2020-07-29 11:35:42 -07:00 committed by Ferran Basora
parent 85d151df03
commit 16a1ac9cf5

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PARAMS=() PARAMS=()
function add-boolean-param { function add-boolean-param {