Skip to content

Commit 8f0fc21

Browse files
committed
fix: invoke Debian package builder through bash
1 parent 84786e4 commit 8f0fc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/verify-deb-package.sh

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

1717
TURTLE_TERM_OUT_DIR="$tmp" TURTLE_TERM_VERSION="0.1.0" TURTLE_TERM_DEB_ARCH="amd64" \
18-
"$repo_root/packaging/scripts/build-deb-package.sh" >/dev/null
18+
bash "$repo_root/packaging/scripts/build-deb-package.sh" >/dev/null
1919

2020
deb="$tmp/turtle-term_0.1.0_amd64.deb"
2121
extract="$tmp/extract"

0 commit comments

Comments
 (0)