From 37723ebb3f0f145b85438cb89891a2c80a5f149e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 30 Mar 2007 07:44:11 +0300 Subject: cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found') Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi> p4raw-id: //depot/perl@30779 --- cflags.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cflags.SH') diff --git a/cflags.SH b/cflags.SH index 8f9c249adb..af1b43b4fe 100755 --- a/cflags.SH +++ b/cflags.SH @@ -17,7 +17,7 @@ case "$0" in */*) cd `expr X$0 : 'X\(.*\)/'` ;; esac -if test -f config_h.SH && ! test -f config.h; then +if test -f config_h.SH -a ! -f config.h; then . ./config_h.SH CONFIG_H=already-done fi -- cgit v1.2.1