Skip to content

Commit

Permalink
wip: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneyJackson committed Apr 22, 2024
1 parent da5ab30 commit 0361bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installers/plcc/env.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
source "$(dirname -- "${BASH_SOURCE[0]}" )/../../plcc/bin/__init__.bash" && init
PLCC_DIR="$(dirname -- "${BASH_SOURCE[0]}" )/../../plcc"
PLCC_DIR="$(cd -- "${PLCC_DIR}" &> /dev/null && pwd)"

echo "
export PATH=\"${PLCC_DIR}/bin:\$PATH\"
Expand Down

0 comments on commit 0361bc1

Please sign in to comment.