summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
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