summaryrefslogtreecommitdiff
path: root/fixpaths
diff options
context:
space:
mode:
Diffstat (limited to 'fixpaths')
-rwxr-xr-xfixpaths2
1 files changed, 0 insertions, 2 deletions
diff --git a/fixpaths b/fixpaths
index 6a2a3a0b3..8a6740649 100755
--- a/fixpaths
+++ b/fixpaths
@@ -31,8 +31,6 @@ for $f (@ARGV) {
31 $f =~ /(.*\/)*(.*)$/; 31 $f =~ /(.*\/)*(.*)$/;
32 $of = $2; $of =~ s/.in$//; 32 $of = $2; $of =~ s/.in$//;
33 33
34 print("Making substitutions for $of\n");
35
36 open(IN, "<$f") || die ("$0: input file $f missing!\n"); 34 open(IN, "<$f") || die ("$0: input file $f missing!\n");
37 if (open(OUT, ">$of")) { 35 if (open(OUT, ">$of")) {
38 while (<IN>) { 36 while (<IN>) {