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



commit 1b3deb5f56a6d73fadb4303a02bf52a67bdefaf5
Author: Koop Mast <kwm rainbow-runner nl>
Date:   Sun Feb 23 01:09:45 2014 +0100

    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

 gio/data-to-c.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/data-to-c.pl b/gio/data-to-c.pl
index 399d053..69f7436 100755
--- a/gio/data-to-c.pl
+++ b/gio/data-to-c.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # Copyright © 2011 Red Hat, Inc
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]