From 58046ef3f63981204f6c074e6110ebcbfcb83e03 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Wed, 5 Dec 2007 01:17:04 +0000 Subject: [PATCH] Fix missing sharpbang definition in configure.com. p4raw-id: //depot/perl@32577 --- configure.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.com b/configure.com index e0b26e3..199c174 100644 --- a/configure.com +++ b/configure.com @@ -853,7 +853,6 @@ $ ENDIF $ ENDIF !(needman .EQS. "true") $! $!: see if sh knows # comments !sfn -$ sharpbang = "$ " $!: figure out how to guarantee sh startup !sfn $!: find out where common programs are !sfn $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq" @@ -6370,6 +6369,7 @@ $ WC "seedfunc='" + seedfunc + "'" $ WC "selectminbits='32'" $ WC "selecttype='" + selecttype + "'" $ WC "sh='MCR'" +$ WC "sharpbang='#!'" $ WC "shmattype='" + " '" $ WC "shortsize='" + shortsize + "'" $ IF (f$length(sig_name) .GE. 244) -- 2.7.4