We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd86c7b commit eac8c74Copy full SHA for eac8c74
1 file changed
packaging/scripts/verify-linux-package-layout.sh
@@ -15,7 +15,7 @@ EOF
15
done
16
17
prefix="$tmp/prefix"
18
-TURTLE_TERM_STAGE_PREFIX="$prefix" "$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
+TURTLE_TERM_STAGE_PREFIX="$prefix" bash "$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
19
20
required_paths=(
21
"$prefix/bin/turtleterm"
0 commit comments