Mercurial > trustbridge
changeset 683:05953583a738
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 30 Jun 2014 19:04:15 +0200 |
parents | 578860edde53 (diff) 5e25159d7025 (current diff) |
children | 69def231f5ac |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc.in Mon Jun 30 18:35:22 2014 +0200 +++ b/packaging/linux-installer.inc.in Mon Jun 30 19:04:15 2014 +0200 @@ -21,6 +21,8 @@ echo -n "Select installation prefix for TrustBridge [${PREFIX}]: " read -e path +[ -z "$path" ] && path="${PREFIX}" + echo "Installing to '$path':" if [ ! -d "$path" ] ; then