summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xConfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config b/Config
index 925130ebc..089272c10 100755
--- a/Config
+++ b/Config
@@ -193,6 +193,7 @@ if [ ! "$NO_INTRO" ] ; then
clear
;;
esac
+ 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@" | $PAGER
echo ""