gstdoc-scangobj: use /usr/bin/env perl instead of hard-coding /usr/bin/perl
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 14:40:02 +0000 (14:40 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 14:40:02 +0000 (14:40 +0000)
Should help the OSX build bot use the right perl version.

gstdoc-scangobj

index ae28779..ded21f8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- cperl -*-
 #
 # gtk-doc - GTK DocBook documentation generator.