]> git.sur5r.net Git - u-boot/blobdiff - common/cli_hush.c
hush: make run_command() return an error on parsing failure
[u-boot] / common / cli_hush.c
index a07ae717e146cffc1fd7aee850574a8323898f9c..d6439129228c6652a415d94e5c9ce410b0a9a982 100644 (file)
@@ -3162,7 +3162,7 @@ static int parse_stream_outer(struct in_str *inp, int flag)
        o_string temp=NULL_O_STRING;
        int rcode;
 #ifdef __U_BOOT__
-       int code = 0;
+       int code = 1;
 #endif
        do {
                ctx.type = flag;