summaryrefslogtreecommitdiff
path: root/build_tools/make_version
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_version')
-rwxr-xr-xbuild_tools/make_version6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index a89d273d2..fbff4eaf8 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -89,13 +89,13 @@ elif [ -d ${1}/.git ]; then
if [ -z ${GIT} ]; then
GIT="git"
fi
-
+
if ! command -v ${GIT} >/dev/null 2>&1; then
echo "UNKNOWN__and_probably_unsupported"
exit 1
fi
- cd ${1}
-
+ cd ${1}
+
# If the first log commit messages indicates that this is checked into
# subversion, we'll just use the SVN- form of the revision.
MODIFIED=""