Skip to content

Commit

Permalink
force set to en for get REVISION
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMEDAkyosuke authored and Kudo committed Mar 21, 2021
1 parent c4eab33 commit ef2df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ URL="https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_pa
ROOTDIR=$PWD

INFO=$(svn info "${URL}")
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')
CONFIG=$(node -e "console.log(require('$ROOTDIR/package.json').config)")
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=')

Expand Down

0 comments on commit ef2df99

Please sign in to comment.