From: Rabin Vincent Date: Wed, 29 Oct 2014 22:21:39 +0000 (+0100) Subject: hush: return consistent codes from run_command() X-Git-Tag: v2015.01-rc1~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484408fb5194586b6ba6251f15cbae0c445c3bf5;p=pandora-u-boot.git hush: return consistent codes from run_command() Attempting to run: - an empty string - a string with just spaces returns different error codes, 1 for the empty string and 0 for the string with just spaces. Make both of them return 0 for consistency. Signed-off-by: Rabin Vincent Acked-by: Simon Glass