summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-08-06 13:36:27 +0100
committerSadie Powell <sadie@witchery.services>2023-08-06 13:36:27 +0100
commitadf820c08a0cdd404ce266da38c240390b43f0d0 (patch)
treebf17318745c9d16b739ce72e873c880b21dd2e55 /Config
parent377ba87d52ce131ffba3a78f877da7230c9a1330 (diff)
parent0715db71829786ec98c6922a9e32077ae396c87e (diff)
Merge branch 2.0 into 2.1.
Diffstat (limited to 'Config')
-rwxr-xr-xConfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config b/Config
index 90e00d663..235ded71c 100755
--- a/Config
+++ b/Config
@@ -171,6 +171,7 @@ fi
###########################################################################
if [ ! "$NO_INTRO" ] ; then
+ export MORE='-e'
. $SOURCE_DIR/src/version.sh
cat $SOURCE_DIR/.BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | sed "s@SOURCE_DIR@$SOURCE_DIR@" | more
echo ""