summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/GetSourceVersion2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/GetSourceVersion b/utils/GetSourceVersion
index 63cfe0f499..b25f2f9773 100755
--- a/utils/GetSourceVersion
+++ b/utils/GetSourceVersion
@@ -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 "