Changeset 40507 for trunk/psconfig/pscheckperl
- Timestamp:
- Jul 10, 2018, 5:42:11 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckperl
r34087 r40507 114 114 system ("pscheckmods $module $modver"); 115 115 if (($? == 0) and not defined $force{$module} and not defined $force{'all'}) { 116 #print "$module: found\n";116 print "$module: found\n"; 117 117 next; 118 118 } … … 132 132 chdir "../extperl" or die "Unable to find ../extperl directory."; 133 133 134 print " extract $module from $tarball\n";134 print "--- extract $module from $tarball ---\n"; 135 135 vsystem ("tar xvzf $tarball"); 136 136
Note:
See TracChangeset
for help on using the changeset viewer.
