Skip to content

Commit

Permalink
Merge pull request #77 from mariux64/restore-intended-behaviour-of-to…
Browse files Browse the repository at this point in the history
…ols-build

build.sh: Let script cmd return exit code
  • Loading branch information
donald authored Aug 1, 2019
2 parents 9fe4f38 + 3555f8a commit f3dcc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ chmod a+rx "$PKG.build.sh"

echo "sudo -u build script -q -c \"./$PKG.build.sh\" /package/pkg/$PKG/$PKG.build.log"
(
sudo -u build script -q -c "./$PKG.build.sh" /package/pkg/$PKG/$PKG.build.log
sudo -u build script -q -e -c "./$PKG.build.sh" /package/pkg/$PKG/$PKG.build.log
sudo -u build cp "$PKG.build.sh" "/package/pkg/$PKG/$PKG.build.sh"
)

Expand Down

0 comments on commit f3dcc40

Please sign in to comment.