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
Родитель 798bbd096c
Коммит 354aaaa6f6
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; -*- # -*- Mode: perl; tab-width: 4; indent-tabs-mode: nil; -*-
# #
# This file is MPL/GPL dual-licensed under the following terms: # This file is MPL/GPL dual-licensed under the following terms: