summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-04-11 11:19:50 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-04-11 13:38:00 +0000
commitf68586b2183eb1ff95bfeab47c6cc3df35c6884d (patch)
tree91b277274f451f80b719565ce9c221f8c392179b /ybd.py
parentb1305dc6233fa4c32a296b1571befcdcbf19c553 (diff)
downloadybd-f68586b2183eb1ff95bfeab47c6cc3df35c6884d.tar.gz
Big switch to index definitions based on path
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd.py b/ybd.py
index 61a737c..e7794c5 100755
--- a/ybd.py
+++ b/ybd.py
@@ -27,7 +27,7 @@ import app
from assembly import assemble
import sandbox
-target = os.path.splitext(os.path.basename(sys.argv[1]))[0]
+target = sys.argv[1]
arch = sys.argv[2]
with app.setup(target, arch):
with app.timer('TOTAL', 'YBD starts'):