From 605b8771babbcd8d2bdd06af482ab6384892691d Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Tue, 10 Dec 2024 16:35:06 -0500 Subject: [PATCH] fix(try/explore): fix path for env --- test/explore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/explore.sh b/test/explore.sh index 4a50f82f..3f5d8a9e 100755 --- a/test/explore.sh +++ b/test/explore.sh @@ -17,7 +17,7 @@ trap 'cleanup' EXIT try_workspace="$(mktemp -d)" cd "$try_workspace" || exit 9 -SHELL="/bin/bash --norc" +SHELL="/usr/bin/env bash --norc" export SHELL PS1="# " export PS1 @@ -25,7 +25,7 @@ export PS1 echo hi >expected.out cat >explore.exp <