Skip to content

Commit

Permalink
Now that we have the full path, we can skip the which call,
Browse files Browse the repository at this point in the history
that might cause trouble on testdrive systems.

p4raw-id: //depot/perl@24107
  • Loading branch information
H.Merijn Brand committed Mar 30, 2005
1 parent 1d32597 commit 8ab815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hints/hpux.sh
Expand Up @@ -157,7 +157,7 @@ case `$cc -v 2>&1`"" in
done
[ -z "$cc_found" ] && cc_found=`which cc`
what $cc_found >&4
ccversion=`which $cc_found | xargs what | awk '/Compiler/{print $2}/Itanium/{print $6,$7}'`
ccversion=`what $cc_found | awk '/Compiler/{print $2}/Itanium/{print $6,$7}'`
case "$ccflags" in
"-Ae "*) ;;
*) ccflags="-Ae $cc_cppflags"
Expand Down

0 comments on commit 8ab815d

Please sign in to comment.