Skip to content

Commit

Permalink
build.sh: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jul 1, 2019
1 parent 4a6e11f commit 5648e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ chmod a+rx "$PKG.build.sh"

echo "sudo -u build script -q -c \"./$PKG.build.sh\" $PKG.build.log"
(
pwd
sudo -u build script -q -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 5648e64

Please sign in to comment.