summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-04-01 11:48:30 +0000
committerPaul Mackerras <paulus@samba.org>1999-04-01 11:48:30 +0000
commitcaa450d9a8f60236f954dd2763273896ea4867a9 (patch)
tree107faab188c46464a174a0bcc7f13c92ed4cf822
parent5018cc2da57e555b620750f33dce6b1c964e612a (diff)
downloadppp-caa450d9a8f60236f954dd2763273896ea4867a9.tar.gz
use -f test instead of -e
-rwxr-xr-xconfigure4
1 files 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