Changeset 1220 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Feb 24, 2011, 11:17:11 AM (13 years ago)
Author:
Bruno Cornec
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.