From 9e162121b1a4908e586b2ad5d24d2de41255079f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 7 Mar 2011 03:11:14 +0000 Subject: [script] Add an iPXE error URI to the "not in a script" message Signed-off-by: Michael Brown --- src/image/script.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/image') diff --git a/src/image/script.c b/src/image/script.c index 3344c679..6069d80f 100644 --- a/src/image/script.c +++ b/src/image/script.c @@ -261,8 +261,9 @@ static int goto_exec ( int argc, char **argv ) { /* Sanity check */ if ( ! script ) { - printf ( "Not in a script\n" ); - return -ENOTTY; + rc = -ENOTTY; + printf ( "Not in a script: %s\n", strerror ( rc ) ); + return rc; } /* Parse label */ -- cgit v1.2.3-55-g7522