Browse Source

Fixed shebang to work on *nices

Not guarranteed to work back on Windows, though
Alois Mahdal 11 years ago
parent
commit
d903f12878
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mksheet.pl

+ 1
- 1
bin/mksheet.pl View File

1
-#! perl -w
1
+#!/usr/bin/perl
2
 
2
 
3
 ## Author: Alois Mahdal at zxcvb cz
3
 ## Author: Alois Mahdal at zxcvb cz
4
 # Analyzer for a very primitive remote logging system Front-end is htlogr.pm,
4
 # Analyzer for a very primitive remote logging system Front-end is htlogr.pm,