summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2012-04-03 20:22:45 +0000
committerTodd Naugle <toddn@glw.com>2012-04-03 20:22:45 +0000
commitb2637c54bd9351f7daf3b69b103e2d252f72ac1d (patch)
treed40fd7885811bc5904428b641b0e93080728c149 /tools
parent730439f11c4bffd84c91920e24cdc85783b2d708 (diff)
fix missing quote in disk space check failure message
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11786 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run
index 084a3420ff..4408fe43b3 100755
--- a/tools/linux_packaging/stage2.run
+++ b/tools/linux_packaging/stage2.run
@@ -241,7 +241,7 @@ else
if [ ${FREE_BYTES} -le ${REQUIRED_BYTES} ] ; then
echo ""
echo "!!! ERROR !!! - Insufficient disk space in ${PKG_PATH}"
- echo "Install requires ${REQUIRED_BYTES} bytes and
+ echo "Install requires ${REQUIRED_BYTES} bytes and"
echo "there is only ${FREE_BYTES} bytes of free space"
echo ""
read -p "Press ENTER to exit installer:" BLAH
@@ -254,7 +254,7 @@ else
if [ ${FREE_BYTES} -le ${REQUIRED_BYTES} ] ; then
echo ""
echo "!!! ERROR !!! - Insufficient disk space in ${INSTALL_DEST_BASE}"
- echo "Install requires ${REQUIRED_BYTES} bytes and
+ echo "Install requires ${REQUIRED_BYTES} bytes and"
echo "there is only ${FREE_BYTES} bytes of free space"
echo ""
read -p "Press ENTER to exit installer:" BLAH