Commit aeb4bd7d by Richard Kenner

Minor update to last change.

From-SVN: r8307
parent 0105761a
...@@ -158,7 +158,7 @@ EOF ...@@ -158,7 +158,7 @@ EOF
elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then
IBM_REV=4.1.1 IBM_REV=4.1.1
else else
IBM_REV=4 IBM_REV=4.${UNAME_RELEASE}
fi fi
echo ${IBM_ARCH}-ibm-aix${IBM_REV} echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit 0 ;; exit 0 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment