We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e606b commit 5eab6b0Copy full SHA for 5eab6b0
scripts/info.sh
@@ -4,7 +4,7 @@ URL="https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_pa
4
ROOTDIR=$PWD
5
6
INFO=$(svn info "${URL}")
7
-export REVISION=$(svn info "${URL}" | sed -n 's/^Last Changed Rev: //p')
+export REVISION=$(LANG=en svn info "${URL}" | sed -n 's/^Last Changed Rev: //p')
8
CONFIG=$(node -e "console.log(require('$ROOTDIR/package.json').config)")
9
APPLE_VERSION=$(svn cat "${URL}/Source/WebCore/Configurations/Version.xcconfig" | grep 'MAJOR_VERSION\s=\|MINOR_VERSION\s=\|TINY_VERSION\s=\|MICRO_VERSION\s=\|NANO_VERSION\s=')
10
0 commit comments