Changeset 42138 for branches/eam_branches/ipp-20220316/psconfig/pscheckperl
- Timestamp:
- Mar 23, 2022, 10:45:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psconfig/pscheckperl
r40786 r42138 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.
