diff --git a/scripts/info.sh b/scripts/info.sh index fbda31ea..e9086894 100755 --- a/scripts/info.sh +++ b/scripts/info.sh @@ -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=')