Skip to content

Commit

Permalink
Merge pull request #35 from benperiton/patch-1
Browse files Browse the repository at this point in the history
Update exec-env
  • Loading branch information
smorimoto authored Sep 5, 2023
2 parents ef5e9fb + 2a8f4be commit 0e14a50
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 0e14a50

Please sign in to comment.