Skip to content

Commit

Permalink
correctly escape path
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-miggin committed Apr 12, 2024
1 parent 9a395d7 commit 940f6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -w "${JQ_EVAL_INSTALL_DIR}" ]; then
$SUDO mkdir -p "${JQ_EVAL_INSTALL_DIR}"
fi

echo "export PATH=$PATH:\"${JQ_EVAL_INSTALL_DIR}\"" >> "$BASH_ENV"
echo "export PATH=\$PATH:\"${JQ_EVAL_INSTALL_DIR}\"" >> "$BASH_ENV"
. "$BASH_ENV"

# check if jq needs to be installed
Expand Down

0 comments on commit 940f6f2

Please sign in to comment.