From f67616f4a1b6d6f06c47f288538d8fb1d72c1801 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 26 Nov 2012 20:47:28 +0000 Subject: Cleanup and extend build commands --- (limited to 'commands/build') 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]} -- cgit v0.9.1