Daniel Hahler wrote:
Hi,

additionally to the duplicated quotes, which should be fixed for the next upload already, there is a "bashism" in asus-wireless.sh. "==" won't work in e.g. "dash".

So, please change it as follows:
-if [ "$1" == "" ] ; then
+if [ "$1" = "" ] ; then

The same applies to the other two comparisons in this file.


btw: We're experiencing the same/similar problems with Asus laptops in Ubuntu, too: https://launchpad.net/bugs/204378

Thanks for the extra info! I'll take a look at that, and I'll definitely remove the bashisms.

Cheers,
Bart



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to