From 930f009bfae32faf7160b1d04d794e5494d8644c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 29 Nov 2010 14:38:03 +0000 Subject: [script] Remove "Aborting on " message Signed-off-by: Michael Brown --- src/image/script.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/image') diff --git a/src/image/script.c b/src/image/script.c index 1c3ff82e..044bb016 100644 --- a/src/image/script.c +++ b/src/image/script.c @@ -125,10 +125,8 @@ static int script_exec_line ( const char *line ) { return 0; /* Execute command */ - if ( ( rc = system ( line ) ) != 0 ) { - printf ( "Aborting on \"%s\"\n", line ); + if ( ( rc = system ( line ) ) != 0 ) return rc; - } return 0; } -- cgit v1.2.3-55-g7522