mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -1,5 +1,6 @@
|
||||
#!@PERL_PATH@ -w
|
||||
#!@PERL_PATH@
|
||||
|
||||
user warnings;
|
||||
use File::Basename;
|
||||
use Safe;
|
||||
|
||||
|
Reference in New Issue
Block a user