]> xenbits.xensource.com Git - seabios.git/commit
Prevent build failure by not splitting line in the middle of arguments to checkrom...
authorSander Eikelenboom <linux@eikelenboom.it>
Thu, 9 Jan 2014 19:18:43 +0000 (20:18 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 10 Jan 2014 18:07:52 +0000 (13:07 -0500)
commit2a5338540fc31355fa1bfa3ceb3214884e23141a
tree1e30f7714d6c4511a567544d22d07de57675a825
parentec443fff52edeaa08f2b978faeca46137bfe74d9
Prevent build failure by not splitting line in the middle of arguments to checkrom.py script

File "./scripts/checkrom.py", line 24, in main
    objinfo, finalsize, rawfile, outfile = sys.argv[1:]
ValueError: need more than 3 values to unpack

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Makefile