[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with auto/config



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.edu@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-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: https://lists.debian.org/[🔎] 20140412150731.c0c76d1d.luis.munoz.edu@juntadeandalucia.es


Reply to: