Changeset 42377 for trunk/psconfig/pscheckperl
- Timestamp:
- Feb 8, 2023, 11:49:37 AM (3 years ago)
- Location:
- trunk/psconfig
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/psconfig (added) merged: 42137-42138,42345,42374
- Property svn:mergeinfo changed
-
trunk/psconfig/pscheckperl
r40786 r42377 2 2 3 3 $tagsets = "tagsets"; 4 if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; } 4 5 5 6 $version = ""; … … 40 41 41 42 if ( @ARGV == 0) { 42 @list = <$tagsets/*.perl>; 43 $file = $list[-1]; 43 die "a distribution name is now required by pscheckperl (e.g., ipp-ubuntu)\n"; 44 44 } else { 45 45 $file = "$tagsets/$ARGV[0].perl";
Note:
See TracChangeset
for help on using the changeset viewer.
