From ad116c4d02ccf36e22fbf3e45e45bc508849a833 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 24 Jan 2017 15:43:49 +0200 Subject: wic: change default output directory Set default output directory to current dir. [YOCTO #10783] Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 8918cb4853..54cbe96682 100755 --- a/scripts/wic +++ b/scripts/wic @@ -88,7 +88,7 @@ def wic_create_subcommand(args, usage_str): """ parser = optparse.OptionParser(usage=usage_str) - parser.add_option("-o", "--outdir", dest="outdir", + parser.add_option("-o", "--outdir", dest="outdir", default='.', help="name of directory to create image in") parser.add_option("-e", "--image-name", dest="image_name", help="name of the image to use the artifacts from " -- cgit 1.2.3-korg