Changeset 1220


Ignore:
Timestamp:
02/24/11 11:17:11 (2 years ago)
Author:
bruno
Message:
  • Fix syntax
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1219 r1220  
    15151515    my $conf = "sshconf"; 
    15161516    my $tmout = undef; 
    1517     my $tm = undef; 
    15181517    my $path = undef; 
    15191518    if ($cmt =~ /^VM/) { 
     
    35693568} 
    35703569# If not mandatory return now 
    3571 return() if (($res != 0) and (($mandatory eq "patch") || ($mandatory eq "src")); 
     3570return() if (($res != 0) and (($mandatory eq "patch") || ($mandatory eq "src"))); 
    35723571opendir(DIR,"$dir") || die "Unable to open directory $dir"; 
    35733572foreach my $f (readdir(DIR)) { 
Note: See TracChangeset for help on using the changeset viewer.