gdk/broadway/toarray.pl: Don't hard-code the path of perl

https://bugzilla.gnome.org/show_bug.cgi?id=791927
This commit is contained in:
Ting-Wei Lan 2017-12-25 00:24:04 +08:00
parent 3902a0d3b1
commit 5f8e2fcf93

View File

@ -1,4 +1,6 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
use warnings;
my $ARRAYNAME = $ARGV[0];
my $first = 0;