Looks like an error in your script.  You are missing the '\' to indicate 
continuation of the command to a new line.  This ought to work:

#!/bin/sh

set -e

lb config noauto \
-a i386 \
-k 486 \
--memtest none \
"${@}"


See the difference?
--
Matt Bentley


On April 12, 2014 at 9:30:19 AM, Luis Muñoz Fuente 
(luis.munoz....@juntadeandalucia.es<mailto:luis.munoz....@juntadeandalucia.es>) 
wrote:

Hello:

I have the auto/config:

#!/bin/sh

set -e

lb config noauto

- i386
-k 486
--memtest none
"${@}"

and the command lb config
fail and say: --memtest: not found

Which is the error?

Thanks

I'm spanish, sorry about my very poor english.




--
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140412150731.c0c76d1d.luis.munoz....@juntadeandalucia.es

Reply via email to