Skip to content

Commit ef2df99

Browse files
KAMEDAkyosukeKudo
authored andcommitted
force set to en for get REVISION
1 parent c4eab33 commit ef2df99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ URL="https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_pa
44
ROOTDIR=$PWD
55

66
INFO=$(svn info "${URL}")
7-
export REVISION=$(svn info "${URL}" | sed -n 's/^Last Changed Rev: //p')
7+
export REVISION=$(LANG=en svn info "${URL}" | sed -n 's/^Last Changed Rev: //p')
88
CONFIG=$(node -e "console.log(require('$ROOTDIR/package.json').config)")
99
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=')
1010

0 commit comments

Comments
 (0)