Parcourir la source

Fixed shebang to work on *nices

Not guarranteed to work back on Windows, though
Alois Mahdal il y a 11 ans
Parent
révision
95e89e6ab8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      cgi-bin/rndfile.cgi

+ 1
- 1
cgi-bin/rndfile.cgi Voir le fichier

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