make default output directory the same as the script that calls this
diff --git a/build-images.py b/build-images.py
index 3d7223e..c5adac9 100755
--- a/build-images.py
+++ b/build-images.py
@@ -119,7 +119,7 @@
p = argparse.ArgumentParser(description=
'Builds a matrix of builds from the latest build on snapshots.linaro.org')
- p.add_argument('-o', dest='out_dir', default='./',
+ p.add_argument('-o', dest='out_dir', default='./out',
help='The out directory for downloaded and built files, default=./')
p.add_argument('-d', dest='date', default=day,
help='The date, default=%s' % day)