Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/build
diff options
context:
space:
mode:
Diffstat (limited to 'commands/build')
-rwxr-xr-xcommands/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/build b/commands/build
index 6c06133..71c69be 100755
--- a/commands/build
+++ b/commands/build
@@ -10,6 +10,6 @@ logfile=$logsdir/build-$timestamp.log
mkdir -p $logsdir
-PYTHONPATH=$commandsdir $helpersdir/build | tee -a $logfile
+PYTHONPATH=$commandsdir $helpersdir/build $@ | tee -a $logfile
exit ${PIPESTATUS[0]}