Skip to content

Commit 9bdec14

Browse files
committed
update script
1 parent 72fe1cd commit 9bdec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ REVISION=$(svn info --show-item last-changed-revision "https://svn.webkit.org/re
55
INFO=$(svn info "https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_package_config_webkitGTK}")
66
CONFIG=$(node -e "console.log(require('./package.json').config)")
77

8-
SIZE=$(du -ah $ROOTDIR/build/compiled)
8+
SIZE=$(du -ah $ROOTDIR/build/compiled || true)
99

1010
printf "\n\n\n\n\n\t\t\tCompiled Version: \x1B[32m$REVISION\x1B[0m\n\n\n"
1111
printf "Config:\t$CONFIG\n\n"

0 commit comments

Comments
 (0)