summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-06-29 08:21:20 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-06-29 08:21:20 -0400
commitde1bf10690570477f5d8cd126b30f81300c1376a (patch)
tree4284e193477cb203b418fb44ccd8c2f69aefb252 /Config
parent950cfcd31e4f05d63b24fbce391a69a5f0b59dec (diff)
Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixed Config to work in an out-of-source build.
Diffstat (limited to 'Config')
-rwxr-xr-xConfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config b/Config
index 145f1f3e6..da5388aa5 100755
--- a/Config
+++ b/Config
@@ -205,7 +205,7 @@ if [ ! "$NO_INTRO" ] ; then
clear
;;
esac
- . src/version.sh
+ . $SOURCE_DIR/src/version.sh
if [ -d .git ] ; then
VERSION=`git describe --tags`
echo "#define VERSION_BUILD `echo "$VERSION" | cut -d'-' -f2`" > include/version.h