* Alexander Reichle-Schmehl <alexan...@schmehl.info>, 2011-11-24, 15:11:
... and I think your check for the 32-Bit architecture is incomplete,
but I miss the machine to test that ;)
I'm not sure what you mean by that. Which check do you think is
missing?
You do the following:
machine=`uname -m`
[..]
elif [ "$machine" = "i686" ];
then
architecture="32"
md5sums=$md5sums32
else
echo "Error: NemID is not supported for your computer: $machine"
exit 1
fi
And I'm not sure, but I could think that there are 32-Bit machines out
there, which don't report i686 but something less,
Or even more:
| $ dpkg --print-architecture
| i386
| $ uname -m
| x86_64
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111124142252.ga4...@jwilk.net