Changeset 27840 for branches/simtest_nebulous_branches/psconfig/pscheckmods
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psconfig
- Property svn:ignore
-
old new 2 2 psconfig.csh 3 3 psconfig.bash 4 build.log
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/psconfig/pscheckmods
r16092 r27840 3 3 if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; } 4 4 5 # print STDERR "checking in @INC\n"; 6 5 7 $x = eval "require $ARGV[0]; 1"; 6 8 if (! $x) { 9 # print "$ARGV[0]: missing\n"; 7 10 exit 1; 8 11 }
Note:
See TracChangeset
for help on using the changeset viewer.
