Selaa lähdekoodia

Fixed shebang to work on *nices

Not guarranteed to work back on Windows, though
Alois Mahdal 11 vuotta sitten
vanhempi
commit
95e89e6ab8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      cgi-bin/rndfile.cgi

+ 1
- 1
cgi-bin/rndfile.cgi Näytä tiedosto

1
-#!c:\strawberry\perl\bin\perl.exe
1
+#!/usr/bin/perl
2
 use strict;
2
 use strict;
3
 use warnings;
3
 use warnings;
4
 use Readonly;
4
 use Readonly;