Skip to content

Commit

Permalink
fix: unbound DENO_INSTALL_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Aug 3, 2023
1 parent 87442fe commit a2c2b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/exec-env
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

DENO_INSTALL_ROOT=${DENO_INSTALL_ROOT:-}

if [ "$ASDF_INSTALL_VERSION" != "system" ]; then
if [ -z "$DENO_INSTALL_ROOT" ]; then
export DENO_INSTALL_ROOT=$ASDF_INSTALL_PATH/.deno
Expand Down

0 comments on commit a2c2b96

Please sign in to comment.