Hi!

Am 24.11.2011 14:19, schrieb Ole Wolf:

>> ... 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, which would make your
check too restrict - unless the downloaded library is indeed i686 only.


Best regards,
  Alexander


-- 
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/4ece50af.20...@schmehl.info

Reply via email to