diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
commit | adf820c08a0cdd404ce266da38c240390b43f0d0 (patch) | |
tree | bf17318745c9d16b739ce72e873c880b21dd2e55 /Config | |
parent | 377ba87d52ce131ffba3a78f877da7230c9a1330 (diff) | |
parent | 0715db71829786ec98c6922a9e32077ae396c87e (diff) |
Merge branch 2.0 into 2.1.
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 "" |