# HG changeset patch # User ps # Date 950607368 -3600 # Node ID cc53b5447d56aaf120b4e893ae203bbcf5167994 # Parent c8a095f71ab462fed1dfb22f6c1b19cb3a9e7603 showBanner now invoked by smalltalk.rc diff -r c8a095f71ab4 -r cc53b5447d56 smalltalk.rc --- a/smalltalk.rc Mon Feb 14 15:32:20 2000 +0100 +++ b/smalltalk.rc Tue Feb 15 10:36:08 2000 +0100 @@ -125,6 +125,10 @@ Smalltalk exit ]. +((args includes:'--noBanner') or:[args includes:'-noBanner']) ifFalse:[ + Smalltalk fileIn:'showBanner.rc'. +]. + "/ "/ map Language variable setting to known and handled "/ values: @@ -563,3 +567,5 @@ "/ ]. ! +Smalltalk fileIn:'hideBanner.rc'. +