]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix misleading message
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 26 Jun 2015 12:02:06 +0000 (15:02 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:00:58 +0000 (23:00 +0100)
commit2be905feff3c2166adaa8f50ad09d4b6896461ab
tree6946fcf0214740f0a7fbe691d85ed1154a1229aa
parent723ed56eda0e64b9678b846ef2001465b15e0c1b
wic: Fix misleading message

Due to usage of incorrect variable wic produces strange message
"No image named None found, exiting." when specified canned .wks
doesn't exist.

Fixed by replacing wks_file -> argv[0]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/wic