Changeset 323

Show
Ignore:
Timestamp:
11/30/06 15:17:54 (6 years ago)
Author:
max
Message:

Suppress useless warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r322 r323  
    517517 
    518518        # can we give any more details on why it failed? 
    519         if ($test_output =~ /Can't locate (.*) in \@INC/) { 
     519        if ($test_output and $test_output =~ /Can't locate (.*) in \@INC/) { 
    520520            my $modname = $1; 
    521521            $modname =~ s#/#::#g;       # turn / into ::