diff options
Diffstat (limited to 'make/unit-cc.pl')
-rwxr-xr-x | make/unit-cc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unit-cc.pl b/make/unit-cc.pl index 489b46ff9..e64053b66 100755 --- a/make/unit-cc.pl +++ b/make/unit-cc.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; BEGIN { push @INC, $ENV{SOURCEPATH}; } |