blob: 3641308affa5c261820cf209c46dc14e68685a46 [file] [log] [blame]
#!/usr/bin/env bash
set -e
source setEnv.sh
# turn off echo of commands
# the entire output of this script will be used to set got_revision property of buildbot
# nothing but the revision number should be output by this script
set +x
echo $(svnversion $llvmDir)