summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorKingpin <mthurn@copper.dulles.tasc.com>2002-03-05 10:26:55 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-05 20:43:45 +0000
commit573e6deccfdb549534f943c3c383ad1b40ca46fd (patch)
tree50ae00c1416090f3e2dae2689c7aeb81e64f8acb /hints/solaris_2.sh
parent6135b6bd9362c50cb08f91675f784b4d6a9881ee (diff)
downloadperl-573e6deccfdb549534f943c3c383ad1b40ca46fd.tar.gz
Solaris: allow for /usr/bin/df not to exist.
Subject: [ID 20020305.014] Configure: /usr/bin/df: not found Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> p4raw-id: //depot/perl@15048
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index d6571668d7..5b574334e7 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -119,7 +119,7 @@ esac
# Check that /dev/fd is mounted. If it is not mounted, let the
# user know that suid scripts may not work.
-/usr/bin/df /dev/fd 2>&1 > /dev/null
+df /dev/fd 2>&1 > /dev/null
case $? in
0) ;;
*)