1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Make GetSourceVersion more portable, thanks Pawel!

llvm-svn: 94186
This commit is contained in:
Daniel Dunbar 2010-01-22 18:14:21 +00:00
parent 479c1ef816
commit 856d040f58

View File

@ -1,6 +1,6 @@
#!/bin/sh
function usage() {
usage() {
echo "usage: $0 <source root>"
echo " Prints the source control revision of the given source directory,"
echo " the exact format of the revision string depends on the source "