Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/build-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build-snapshot')
-rwxr-xr-xtools/build-snapshot6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/build-snapshot b/tools/build-snapshot
index 1bf525b..f98c62d 100755
--- a/tools/build-snapshot
+++ b/tools/build-snapshot
@@ -1,7 +1,7 @@
#!/bin/sh
-commandsdir=`dirname "$0"`
-basedir=`dirname "$commandsdir"`
+toolsdir=`dirname "$0"`
+basedir=`dirname "$toolsdir"`
if [ "$#" -eq 0 ]; then
echo "build-snapshot [destination directory]"
@@ -21,8 +21,6 @@ tar chf $filename \
$rootdir/config \
$rootdir/devbot \
$rootdir/install \
- $rootdir/commands/helpers/bashrc \
- $rootdir/commands/helpers/ubuntu-tweaks \
$rootdir/commands/check-system \
$rootdir/commands/common.py \
$rootdir/commands/run \