Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 0a7769d commit c8cab0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := $(shell echo $$SHELL)

.ONESHELL:
.SHELLFLAGS := -eu -c
.SHELLFLAGS := -eu -o pipefail -c

serve:
MISE_DEBUG=1
Expand All @@ -12,7 +12,7 @@ serve:
echo "Debug: $$PATH"
mise doctor

PATH='~/.local/share/mise/shims:$$PATH'
export PATH="$$HOME/.local/share/mise/shims:$$PATH"

echo "Debug: $$PATH"
mise doctor
Expand Down

0 comments on commit c8cab0c

Please sign in to comment.