X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ybin%2Fofpath;h=a5922bf893417471411f80e48a045da4f71c3c72;hb=2bdcccbdfe7dbcfee05fe5c4e03675d36999cc76;hp=f3d5a9064ab19c13fc484aef03f097a87364b491;hpb=a36e22176e6917e0218cd69f6cab014b1c5d7a49;p=tonyb-yaboot.git diff --git a/ybin/ofpath b/ybin/ofpath index f3d5a90..a5922bf 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -868,7 +868,7 @@ if [ `uname -s` != Linux ] ; then fi ## check for ppc, i think uname -m is safe for this... -if [ `uname -m` != ppc -o `uname -m` != pp64 ] ; then +if [ `uname -m` != ppc -a `uname -m` != ppc64 ] ; then echo 1>&2 "$PRG: This utility will only work on PowerPC hardware" exit 1 fi