Skip to content
Snippets Groups Projects
  • Kamil Rytarowski's avatar
    b7d5a9c2
    scripts: Switch to more portable Perl shebang · b7d5a9c2
    Kamil Rytarowski authored
    
    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/env perl" as it's
    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 "use warnings;" approach. There is no functional change to the
    default behavior.
    
    Signed-off-by: default avatarKamil Rytarowski <n54@gmx.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
    b7d5a9c2
    History
    scripts: Switch to more portable Perl shebang
    Kamil Rytarowski authored
    
    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/env perl" as it's
    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 "use warnings;" approach. There is no functional change to the
    default behavior.
    
    Signed-off-by: default avatarKamil Rytarowski <n54@gmx.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>