Skip to content

Commit eac8c74

Browse files
committed
packaging: run Linux stage verifier via bash
1 parent cd86c7b commit eac8c74

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)