Skip to content

Commit 64b02a4

Browse files
build(blazew): update script debug mode
Signed-off-by: Ar Rakin <[email protected]>
1 parent 31051ce commit 64b02a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ setup_bun() {
207207
fi
208208

209209
mkdir -p "$bun_dir"
210-
export BUN_INSTALL="$bun_dir" && export PATH="$BUN_INSTALL":"$PATH":"$BUN_INSTALL" && export SHELL=blazew && curl -fsSL https://bun.sh/install | bash -x $args > /dev/null 2>&1
210+
export BUN_INSTALL="$bun_dir" && export PATH="$BUN_INSTALL":"$PATH":"$BUN_INSTALL" && export SHELL=blazew && curl -fsSL https://bun.sh/install | bash $args > /dev/null 2>&1
211211
bun=$(readlink -f "$bun_dir/bin/bun")
212212
setup_done=1
213213

0 commit comments

Comments
 (0)