From caa450d9a8f60236f954dd2763273896ea4867a9 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 1 Apr 1999 11:48:30 +0000 Subject: [PATCH] use -f test instead of -e --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 586f4fb..038ed60 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.14 1999/04/01 11:44:54 paulus Exp $ +# $Id: configure,v 1.15 1999/04/01 11:48:30 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -107,7 +107,7 @@ if [ -d "$ksrc" ]; then fi for dir in pppd pppstats chat pppdump; do rm -f $dir/Makefile - if [ -e $dir/Makefile.$makext ]; then + if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile echo " $dir/Makefile -> Makefile.$makext" fi -- 2.39.2