We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4eab33 commit ef2df99Copy full SHA for ef2df99
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