qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] scripts: Switch to more portable


From: Markus Armbruster
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] scripts: Switch to more portable Perl shebang
Date: Wed, 26 Apr 2017 15:09:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Kamil Rytarowski <address@hidden> writes:

> The default NetBSD package manager is pkgsrc and it installs Perl
> along other third party programs under custom and configurable prefix.
> The default prefix for binary prebuilt packages is /usr/pkg, and the
> Perl executable lands in /usr/pkg/bin/perl.
>
> This change switches "/usr/bin/perl" to "/usr/bin/evn perl" as it's

/usr/bin/env

> the most portable solution that should work for almost everybody.
> Perl's executable is detected automatically.
>
> This change switches -w option passed to the executable with more
> modern "usr warnings;" approach. There is no functional change to the

use warnings;

> default behavior.
>
> Signed-off-by: Kamil Rytarowski <address@hidden>

Cc: qemu-trivial



reply via email to

[Prev in Thread] Current Thread [Next in Thread]