blob: 3088fc808213f647c57b0c87597b5aaa62eeec92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- makehtml~ Wed Feb 26 22:54:09 1997
+++ makehtml Mon Oct 12 22:52:01 1998
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
$, = ' '; # set output field separator
$\ = "\n"; # set output record separator
--- maketex~ Tue Apr 16 23:51:24 1996
+++ maketex Mon Oct 12 22:52:14 1998
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
$, = ' '; # set output field separator
$\ = "\n"; # set output record separator
|