using env shebang line to make script more portable
authorJonathan Blake <jonathan.blake@projectaon.org>
Sat, 29 Aug 2015 01:50:56 +0000 (01:50 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Sat, 29 Aug 2015 01:50:56 +0000 (01:50 +0000)
git-svn-id: https://projectaon.org/data/trunk@2477 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

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;