[tracker] utils: Add tracker-sandbox to EXTRA_DIST
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] utils: Add tracker-sandbox to EXTRA_DIST
- Date: Fri, 30 Mar 2012 14:05:53 +0000 (UTC)
commit 951a76713076689a595c4f8ed2acef957e44159f
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Fri Mar 30 15:03:03 2012 +0100
utils: Add tracker-sandbox to EXTRA_DIST
Also, fix whitespace errors.
utils/Makefile.am | 2 ++
utils/tracker-sandbox | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 80ca573..4d34000 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 b9b6373..24cd4fa 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]