summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-28 17:35:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-28 17:35:39 +0000
commitb1b472cb2b66369ffbe09c23a151ad4179be2f25 (patch)
tree2628ae33f41ef017d0cb87c3daa100cdb86ceab5 /hints/solaris_2.sh
parent1e8c3fdea51149600e0609399784ddcc038b4053 (diff)
downloadperl-b1b472cb2b66369ffbe09c23a151ad4179be2f25.tar.gz
Use the vendor file(1).
p4raw-id: //depot/cfgperl@5327
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 881c4ebcbc..d1d2e02c05 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -371,7 +371,7 @@ $define|true|[yY]*)
ldflags="$ccflags `getconf XBS5_LP64_OFF64_LDFLAGS`"
lddlflags="$lddlflags -G `getconf XBS5_LP64_OFF64_LDFLAGS`"
loclibpth="$loclibpth /usr/lib/sparcv9"
- libscheck='case "`file $xxx`" in
+ libscheck='case "`/usr/bin/file $xxx`" in
*64-bit*|*SPARCV9*) ;;
*) xxx=/no/64-bit$xxx ;;
esac'