Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/bug-report
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:53:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:53:35 (GMT)
commit61765e0aaae479b94a3fddd01e4e12eae76bb8da (patch)
tree4c00c5555c77d70db6bd8cae2768d365d12c6702 /commands/bug-report
parent76d6fad87094008bc25e3b4e090fb79631414fec (diff)
Move the remaining scripts to commands
Diffstat (limited to 'commands/bug-report')
-rwxr-xr-xcommands/bug-report4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bug-report b/commands/bug-report
index 05f02ec..cb60b14 100755
--- a/commands/bug-report
+++ b/commands/bug-report
@@ -1,7 +1,7 @@
#!/bin/sh
-scriptsdir=`dirname "$0"`
-rootdir=`dirname "$scriptsdir"`
+commandsdir=`dirname "$0"`
+rootdir=`dirname "$commandsdir"`
buildlogsdir=$rootdir/logs
sugarlogsdir=~/.sugar/default/logs
tarfile=$buildlogsdir/all-logs.tar.bz2