Skip to content

Commit

Permalink
Make default value for EXASLCT_INSTALL_DIRECTORY in installer a relat…
Browse files Browse the repository at this point in the history
…ive path (#21)
  • Loading branch information
tkilias authored May 4, 2021
1 parent e3f24b6 commit 199b415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/checksums/exaslct_installer.sh.sha512sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
498c49c32570381365d5f1eb42698cefcaa7fa4ca01ae13858473117c0afb50b70551b7bf5179c6f4a81388e836966c0e455e9117c2d01f2485fa8c55863cca0 exaslct_installer.sh
85dee496a0d65f79ac194177717e2356d7618e6c2c0cdddc480360b70d35aff6c9446ef20e658ac700ece2da316977e55e77281d8b8f518056aed327190abfc8 exaslct_installer.sh
2 changes: 1 addition & 1 deletion installer/exaslct_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main() {
local repo="exasol/script-languages-container-tool"

if [ -z "${EXASLCT_INSTALL_DIRECTORY-}" ]; then
EXASLCT_INSTALL_DIRECTORY=$PWD/exaslct_scripts
EXASLCT_INSTALL_DIRECTORY=exaslct_scripts
fi

if [ -e "$EXASLCT_INSTALL_DIRECTORY" ]; then
Expand Down

0 comments on commit 199b415

Please sign in to comment.