mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
Don't use -w in shebang line
This can cause warnings when PERL_PATH gets expanded to /usr/bin/env. Patch by Adam Sampson, https://bugzilla.gnome.org/show_bug.cgi?id=641477
This commit is contained in:
parent
a0554a9f76
commit
25ab13fd3c
@ -1,5 +1,6 @@
|
|||||||
#!@PERL_PATH@ -w
|
#!@PERL_PATH@
|
||||||
|
|
||||||
|
user warnings;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Safe;
|
use Safe;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user