From: Perl 5 Porters Date: Tue, 14 May 1996 08:02:11 +0000 (+0000) Subject: Add BIN_SH as part of OS/2 support X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce4a058e0167c2815e008eb91690fb185492882f;p=p5sagit%2Fp5-mst-13.2.git Add BIN_SH as part of OS/2 support --- diff --git a/config_H b/config_H index f31d741..0b87638 100644 --- a/config_H +++ b/config_H @@ -1554,6 +1554,11 @@ */ #define STARTPERL "#!/usr/local/bin/perl" /**/ +/* BIN_SH: + * This variable contains the path to the shell. + */ +#define BIN_SH "/bin/sh" /**/ + /* VOIDFLAGS: * This symbol indicates how much support of the void type is given by this * compiler. What various bits mean: