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 532df475c..8e0a4111b 100755
--- a/Config
+++ b/Config
@@ -132,7 +132,7 @@ done
###########################################################################
if [ ! "$NO_INTRO" ] ; then
clear
- . version.log
+ . ./version.log
cat .BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | more
echo ""
else