]> git.ozlabs.org Git - ppp.git/commitdiff
use -f test instead of -e
authorPaul Mackerras <paulus@samba.org>
Thu, 1 Apr 1999 11:48:30 +0000 (11:48 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 1 Apr 1999 11:48:30 +0000 (11:48 +0000)
configure

index 586f4fb4dcc36fc4c3f7892fe93cc93740c7e5b7..038ed60232bfb22ae4f6202663fdace04edf58c8 100755 (executable)
--- 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