diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-29 08:21:20 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-29 08:21:20 -0400 |
commit | de1bf10690570477f5d8cd126b30f81300c1376a (patch) | |
tree | 4284e193477cb203b418fb44ccd8c2f69aefb252 /Config | |
parent | 950cfcd31e4f05d63b24fbce391a69a5f0b59dec (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-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |