HP-UX duhtent1 B.11.11 U 9000/800
Next code works wrong:
... DIST_ARCH=`uname -p 2>/dev/null | tr [:upper:] [:lower:] | tr -d [:blank:]` if [ $? -ne 0 ] ...
maybe because $? contains exit code of "tr" instead of uname.
See attached patch.
Logged In: YES user_id=228081 Originator: NO
Matej, Thanks for the patch. I have applied it and it will be included in the 3.3.0 release.
Cheers, Leif
Log in to post a comment.
Logged In: YES
user_id=228081
Originator: NO
Matej,
Thanks for the patch. I have applied it and it will be included in the 3.3.0 release.
Cheers,
Leif