]> git.ozlabs.org Git - yaboot.git/blobdiff - ybin/ofpath
Bump versions to final 1.3.11 release
[yaboot.git] / ybin / ofpath
index f3d5a9064ab19c13fc484aef03f097a87364b491..a1d74ea03b367e28cb77d5f7b969dc49fff672c3 100755 (executable)
@@ -27,7 +27,7 @@
 
 PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
 PRG="${0##*/}"
-VERSION=1.0.5-UNRELEASED_UNSUPPORTED
+VERSION=1.0.5
 DEBUG=0
 export LC_COLLATE=C
 
@@ -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