summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 ""