- Timestamp:
- Feb 24, 2011, 11:17:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1219 r1220 1515 1515 my $conf = "sshconf"; 1516 1516 my $tmout = undef; 1517 my $tm = undef;1518 1517 my $path = undef; 1519 1518 if ($cmt =~ /^VM/) { … … 3569 3568 } 3570 3569 # If not mandatory return now 3571 return() if (($res != 0) and (($mandatory eq "patch") || ($mandatory eq "src")) ;3570 return() if (($res != 0) and (($mandatory eq "patch") || ($mandatory eq "src"))); 3572 3571 opendir(DIR,"$dir") || die "Unable to open directory $dir"; 3573 3572 foreach my $f (readdir(DIR)) {
Note:
See TracChangeset
for help on using the changeset viewer.