Skip to content

Commit 4b06cf9

Browse files
committed
fix: invoke Linux staging helper through bash
1 parent d62f796 commit 4b06cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/verify-linux-package-layout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
done
1616

1717
prefix="$tmp/prefix"
18-
TURTLE_TERM_STAGE_PREFIX="$prefix" "$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
18+
TURTLE_TERM_STAGE_PREFIX="$prefix" bash "$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
1919

2020
required_paths=(
2121
"$prefix/bin/turtleterm"

0 commit comments

Comments
 (0)