summaryrefslogtreecommitdiff
path: root/config_H
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-05-14 08:02:11 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-05-14 08:02:11 +0000
commitce4a058e0167c2815e008eb91690fb185492882f (patch)
tree295c34d6facc9e39888416bbfa73067c3c56ead3 /config_H
parent165b74241bedb9834a770635d7300b30f10271f1 (diff)
downloadperl-ce4a058e0167c2815e008eb91690fb185492882f.tar.gz
Add BIN_SH as part of OS/2 support
Diffstat (limited to 'config_H')
-rw-r--r--config_H5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_H b/config_H
index f31d741b61..0b87638f7c 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: