Skip to content

Commit

Permalink
fixup! fixup! feat: use largest writable tmpfs that allows executables
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Mar 31, 2024
1 parent 5b42559 commit 6b7b174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deno-shebang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ensure_command_installed() {
fi
}

DENO_VERSION_RANGE_URL_ENCODED="$(printf "%s" "${DENO_VERSION_RANGE}" | xxd -p | tr -d '\n' | sed 's/\(..\)/%\1/g')"
DENO_VERSION_RANGE_URL_ENCODED="$(printf "%s" "${DENO_VERSION_RANGE}" | xxd -p | tr -d '\n' | sed 's/\(..\)/%\1/g')"
DEFAULT_DENO="$(command -v deno || true)"

Expand Down

0 comments on commit 6b7b174

Please sign in to comment.