commit | 5e0c63e2e3e7a0aefb01d877dd7bb731ba6f00f1 | [log] [tgz] |
---|---|---|
author | Horst Kronstorfer <hkronsto@frequentis.com> | Mon Dec 05 00:55:24 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 20 23:51:36 2011 +0100 |
tree | 43a98a50fadd71b1546d62ab39cbf14a7b84448e | |
parent | d30011bf6127903367e70f9bdcb95a2d3dd2dc9f [diff] |
mkenvimage: Fix getopt() error handling Since the original implementation indicates explicit error handling we turn off getopt()'s internal error messaging to avoid duplicate error messages. Additionally we add ':' (missing option argument) error handling. Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>