Parent Directory
|
Revision Log
|
Patch
revision 1.4, Mon Dec 5 18:56:38 2005 UTC | revision 1.5, Wed Sep 5 21:15:22 2007 UTC | |
---|---|---|
# | Line 27 | Line 27 |
27 | ||
28 | &FIG::verify_dir($dir); | &FIG::verify_dir($dir); |
29 | ||
30 | open(BBHS,"sort -u $bbhs |") || die "could not open $bbhs"; | open(BBHS,"sort $ENV{SORT_ARGS} -u $bbhs |") || die "could not open $bbhs"; |
31 | $last = ""; | $last = ""; |
32 | $bbh = <BBHS>; | $bbh = <BBHS>; |
33 | while ($bbh && ($bbh =~ /^(\S+)/)) | while ($bbh && ($bbh =~ /^(\S+)/)) |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |