소스 검색

Fixed shebang to work on *nices

Not guarranteed to work back on Windows, though
Alois Mahdal 11 년 전
부모
커밋
95e89e6ab8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      cgi-bin/rndfile.cgi

+ 1
- 1
cgi-bin/rndfile.cgi 파일 보기

@@ -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;