summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-03-30 15:03:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-03-30 15:05:31 +0100
commit951a76713076689a595c4f8ed2acef957e44159f (patch)
tree6190dad9f648760d440a42788010158118dd0ddd /utils
parent9096220b5a0bd4148c804f2789978e94182492d4 (diff)
downloadtracker-951a76713076689a595c4f8ed2acef957e44159f.tar.gz
utils: Add tracker-sandbox to EXTRA_DIST
Also, fix whitespace errors.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
-rwxr-xr-xutils/tracker-sandbox6
2 files changed, 5 insertions, 3 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 80ca573eb..4d3400072 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -15,3 +15,5 @@ endif
if HAVE_TRACKER_RESDUMP
SUBDIRS += tracker-resdump
endif
+
+EXTRA_DIST = tracker-sandbox
diff --git a/utils/tracker-sandbox b/utils/tracker-sandbox
index b9b6373a6..24cd4fa7b 100755
--- a/utils/tracker-sandbox
+++ b/utils/tracker-sandbox
@@ -13,7 +13,7 @@ usage() {
echo
echo " Multiple instances of tracker-sandbox will share a session."
echo " Currently the first instance owns the session and those started"
- echo " later will stop working once the first instance has exited."
+ echo " later will stop working once the first instance has exited."
echo
echo "Recommended usage:"
echo " su <dummy user account>"
@@ -40,7 +40,7 @@ while [ $# -gt 0 ]; do
--prefix|-p)
shift
if [ -z "$1" ]; then
- echo "Error: --prefix option requires an argument"
+ echo "Error: --prefix option requires an argument"
exit 127
fi
PREFIX=$1
@@ -126,7 +126,7 @@ if [ ! -e "$SESSION_FILE" ]; then
else
eval $(cat $SESSION_FILE)
- echo "Using existing session at $DBUS_SESSION_BUS_ADDRESS"
+ echo "Using existing session at $DBUS_SESSION_BUS_ADDRESS"
fi
sh