Changeset 12142 for trunk/psconfig/psbuild
- Timestamp:
- Mar 1, 2007, 11:14:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r12136 r12142 186 186 187 187 sub list_distributions { 188 @list = <$tagsets/*.d st>;188 @list = <$tagsets/*.dist>; 189 189 foreach $line (@list) { 190 190 chomp $line; 191 ($dist) = $line =~ m|$tagsets/(\S*).d st|;191 ($dist) = $line =~ m|$tagsets/(\S*).dist|; 192 192 print STDERR "$dist\n"; 193 193 } … … 198 198 # open and read the distribution file 199 199 # results go into @cvsname, @branchtag, @branchver, @mode 200 $file = "$tagsets/$ARGV[0].d st";200 $file = "$tagsets/$ARGV[0].dist"; 201 201 open (FILE, $file) || die "ERROR: can't open distribution file $file\n"; 202 202 @list = <FILE>;
Note:
See TracChangeset
for help on using the changeset viewer.
