[Rt-commit] rt branch, 3.8-trunk, updated. c55157cc345ce6a2318d884c1adbd2b737008246

clkao at bestpractical.com clkao at bestpractical.com
Mon Aug 24 09:12:02 EDT 2009


The branch, 3.8-trunk has been updated
       via  c55157cc345ce6a2318d884c1adbd2b737008246 (commit)
      from  7b32504e45cae7c1557d70bf53bd7dad0ac8efd5 (commit)

Summary of changes:
 sbin/rt-test-dependencies.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit c55157cc345ce6a2318d884c1adbd2b737008246
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Mon Aug 24 14:10:12 2009 +0100

    Make rt-test-dependencies easier to cut and paste.
    
    Submitted by: Leon Brocard

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index d68fa14..f01e1cd 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -119,7 +119,7 @@ $args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
 
     unless ( $args{'list-deps'} ) {
         if ( $args{'v'} or not $test or $always_show_sections{$section} ) {
-            print "\t$msg...";
+            print "\t$msg ...";
             print $test ? "found" : "MISSING";
             print "\n";
         }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list