Skip to content

Commit 8463f8d

Browse files
committed
fix: invoke Debian staging helper through bash
1 parent 3cf385b commit 8463f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/build-deb-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TURTLE_TERM_STAGE_PREFIX="$prefix" \
2525
TURTLE_TERM_ETC_DIR="$etc_dir" \
2626
TURTLE_TERM_RUNTIME_PREFIX="/usr" \
2727
TURTLE_TERM_RUNTIME_ETC_DIR="/etc" \
28-
"$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
28+
bash "$repo_root/packaging/scripts/stage-linux-package.sh" >/dev/null
2929

3030
cat > "$debian_dir/control" <<EOF
3131
Package: turtle-term

0 commit comments

Comments
 (0)