Fix shebang

This commit is contained in:
Daniel Berteaud 2015-07-08 20:00:31 +02:00
parent e7c34c6e58
commit 8e90619012

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/perl -w
use strict;
use warnings;