Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/log-command5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/log-command b/tools/log-command
index 3def5f9..59a043f 100755
--- a/tools/log-command
+++ b/tools/log-command
@@ -2,10 +2,7 @@
toolsdir=`dirname "$0"`
rootdir=`dirname "$toolsdir"`
-logsdir=$rootdir/logs
-mkdir -p $logsdir
-
-${@:(-$#):($#-1)} | tee -a $logsdir/${@: -1:1}.log
+${@:(-$#):($#-1)} | tee -a ${@: -1:1}
exit ${PIPESTATUS[0]}