summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-06-08 15:06:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-06-08 15:06:11 -0500
commit571d711523508168406d8e3b83dcfefd2d82dfde (patch)
tree6732533512c6ccb1648fc829f7d7a27ca2e519f3 /acprep
parentb64dcf720205f1fe30cc630ec0e61baca7450bb4 (diff)
downloadfork-ledger-571d711523508168406d8e3b83dcfefd2d82dfde.tar.gz
fork-ledger-571d711523508168406d8e3b83dcfefd2d82dfde.tar.bz2
fork-ledger-571d711523508168406d8e3b83dcfefd2d82dfde.zip
Was missing a period
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index a9189e32..4e715ee7 100755
--- a/acprep
+++ b/acprep
@@ -415,7 +415,7 @@ class PrepareBuild(CommandLineApp):
if not self.options.build_dir:
self.options.build_dir = join(self.products_directory(),
self.current_flavor)
- return self.optionsbuild_dir
+ return self.options.build_dir
def ensure(self, dirname):
if not exists(dirname):