Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/log-command
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/log-command')
-rwxr-xr-xscripts/log-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/log-command b/scripts/log-command
index 39347c0..a2fc61d 100755
--- a/scripts/log-command
+++ b/scripts/log-command
@@ -1,5 +1,5 @@
#!/bin/bash
-exec $1 | tee $2
+exec $1 | tee -a $2
exit ${PIPESTATUS[0]}