Changing the shebang to point to a more likely location of the perl interpreter.

This commit is contained in:
ian%hixie.ch 2001-11-07 02:46:38 +00:00
Родитель 7921e7b912
Коммит 96ab2ee6f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/local/bin/perl -wT
#!/usr/bin/perl -wT
# -*- Mode: perl; tab-width: 4; indent-tabs-mode: nil; -*-
#
# This file is MPL/GPL dual-licensed under the following terms: