On 19.12.2009 16:48, Sergey Dorofeev wrote:
> #!/bin/sh
>
> IFACE=$1
> if [ "$2" == "up" ]
^^
This is bashism.
Please, use "=" if you looking for portability.
> then
> INS=-I
> ADD=-A
> else
> INS=-D
> ADD=-D
> fi
>
> workaround: use bash
True :)
--
Rgrds, legion
-
On 30.11.2009 22:05, Michael Schutte wrote:
> Hi Alexey!
>
> kbd fails to build on several architectures supported by Debian
> GNU/Linux, namely Alpha, ARM, PA-RISC, IA-64, MIPS and SPARC. This is
> the relevant part from the original bug report:
Thanks for the report.
> (If you wish, you can f
2 matches
Mail list logo