using env shebang line to make script more portable
[project-aon.git] / common / scripts / fix-image-sizes.pl
index 1e90687..78e41a4 100755 (executable)
@@ -1,5 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl 
 
+use warnings;
 use strict;
 
 use File::Spec;