Skip to content

Commit 26f2924

Browse files
build: fail early(-ish) if portable_postbuild.sh fails
1 parent 91c6c4f commit 26f2924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/portable_package_static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
./scripts/portable_postbuild.sh $@
3+
./scripts/portable_postbuild.sh $@ || exit 1
44

55
DEBUG=false
66

0 commit comments

Comments
 (0)