Skip to content
Snippets Groups Projects
Commit 433d65be authored by sof's avatar sof
Browse files

[project @ 1996-12-17 20:27:23 by sof]

Require par-aux.pl rather than aux.pl
parent e7752afb
No related merge requests found
......@@ -24,7 +24,7 @@ push(@INC, $gran_dir, $gran_dir . "/bin");
# print STDERR "INC: " . join(':',@INC) . "\n";
require "getopts.pl";
require "aux.pl";
require "par-aux.pl";
require "stats.pl";
&Getopts('hv');
......
......@@ -10,7 +10,7 @@
#
##############################################################################
require "aux.pl";
require "par-aux.pl";
sub read_template {
local ($org_templ_file_name,$input) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment