From d513369bfa03e92c3289109560da4062b1d3625d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 2 Jul 2016 16:39:15 +0200 Subject: 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 --- apps/tsget.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tsget.in') diff --git a/apps/tsget.in b/apps/tsget.in index 7067111552..89d1bc7ea3 100644 --- a/apps/tsget.in +++ b/apps/tsget.in @@ -1,4 +1,4 @@ -#!{- $config{perl} -} +#!{- $config{hashbangperl} -} # Copyright (c) 2002 The OpenTSA Project. All rights reserved. # Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. # -- cgit v1.2.3