From: Jonathan Blake Date: Sat, 16 Nov 2019 16:09:53 +0000 (-0800) Subject: Fix /usr/bin/env shebang X-Git-Tag: 29tsoc-20200103~40 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=ae3a572980f015a1266cbb3c0c7fe45f696cd8db Fix /usr/bin/env shebang --- diff --git a/common/scripts/gbtosvg.pl b/common/scripts/gbtosvg.pl index e9fa73f..4f53b38 100755 --- a/common/scripts/gbtosvg.pl +++ b/common/scripts/gbtosvg.pl @@ -1,8 +1,9 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # # gbtosvg.pl use strict; +use warnings; delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; # clean house for taint mode