From: Richard Levitte Date: Sat, 2 Jul 2016 14:39:15 +0000 (+0200) Subject: perl: Separate compile-time environment from runtime environment X-Git-Tag: OpenSSL_1_1_0-pre6~276 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d513369bfa03e92c3289109560da4062b1d3625d;hp=d513369bfa03e92c3289109560da4062b1d3625d perl: Separate compile-time environment from runtime environment Make it possible to have a separate and different perl command string for installable scripts than we use when building, with the environment variable HASHBANGPERL. Its value default to the same as the environment PERL if it's defined, otherwise '/usr/bin/env perl'. Note: this is only relevant for Unix-like environments. Reviewed-by: Rich Salz Reviewed-by: Andy Polyakov Reviewed-by: Kurt Roeckx ---