On Tuesday 10 January 2012 18:04:19 Michael Walle wrote:
> --- a/common/cmd_source.c
> +++ b/common/cmd_source.c
> 
> +/*
> + * Run a series of commands, separated by '\n'.
> + * Beware, the contents of script may be modified while it is parsed.
> + */
> +int run_script(char *script)

const

also, we already have "run_command" and "run_command2", and they're both in 
common/main.c.  how about naming this "source_commands" and also putting it 
into common/main.c ?

although i wonder if it'd be possible to merge this into existing 
run_commands2() ... do we allow newlines now in variables that get run ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to