summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-02-09 14:59:35 +0000
committerTodd Naugle <toddn@glw.com>2011-02-09 14:59:35 +0000
commit2324289ece886567a88722d18d7236b4c479403c (patch)
tree5648deebe156c40b23291482d218f40cb30db472
parentdc92abe30fe5c7c582e8fe7507bbe8addf3af456 (diff)
Fix typos
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8804 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/install.sh2
-rwxr-xr-xtools/linux_packaging/stage2.run2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/install.sh b/tools/linux_packaging/install.sh
index 6f2f00ebd2..13c18387e5 100755
--- a/tools/linux_packaging/install.sh
+++ b/tools/linux_packaging/install.sh
@@ -10,7 +10,7 @@ SAVED_PWD=$PWD
PKG_PATH=$(dirname $(readlink -f $0))
cd ${PKG_PATH}
-if [ -z "$TERM" ] || [ "$TERM" == "dumb" ]; then
+if [ -z "$TERM" ] || [ "$TERM" = "dumb" ]; then
if which gnome-terminal > /dev/null; then
exec gnome-terminal -e ${PKG_PATH}/.stage2.run
elif which konsole > /dev/null; then
diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run
index 8b8324d9c5..8cd3eaabb0 100755
--- a/tools/linux_packaging/stage2.run
+++ b/tools/linux_packaging/stage2.run
@@ -362,7 +362,7 @@ if ! which qjackctl > /dev/null;
then
echo ""
echo "The program QjackCtl is missing from this system."
- echo "QjackCtl is an extremely useful tool for any system that runs JACK applications like $PGM_NAME.
+ echo "QjackCtl is an extremely useful tool for any system that runs JACK applications like $PGM_NAME."
echo "We recommend that you install it."
echo ""