Change gio/data-to-c.pl to /usr/bin/env perl.

On FreeBSD perl gets installed in /usr/local, And a compat symlink in
/usr/bin. However this symlink might go away in the future.

https://bugzilla.gnome.org/show_bug.cgi?id=724986
This commit is contained in:
Koop Mast 2014-02-23 01:09:45 +01:00 committed by Matthias Clasen
parent afce39c228
commit 1b3deb5f56

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright © 2011 Red Hat, Inc
#