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 
([email protected]<mailto:[email protected]>) 
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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
https://lists.debian.org/[email protected]

Reply via email to