From kde-commits Tue Jul 26 21:27:26 2005 From: Michael Pyne Date: Tue, 26 Jul 2005 21:27:26 +0000 To: kde-commits Subject: KDE/kdesdk/scripts Message-Id: <1122413246.751365.29085.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112241326023366 SVN commit 439014 by mpyne: Fix the --rc-file option that I broke when adding the quiet mode the other day. M +1 -1 kdesvn-build --- trunk/KDE/kdesdk/scripts/kdesvn-build #439013:439014 @@ -1983,7 +1983,7 @@ last SWITCH; }; - /^--rc-file=?$/ && do { + /^--rc-file=?/ && do { my $rcfile = extract_option_value($_, @ARGV); if (not $rcfile) {