瀏覽代碼

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;