summaryrefslogtreecommitdiff
path: root/desktop/scripts/unoinfo-mac.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/unoinfo-mac.sh')
-rwxr-xr-xdesktop/scripts/unoinfo-mac.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scripts/unoinfo-mac.sh b/desktop/scripts/unoinfo-mac.sh
index 3c482fc91527..ca15291dd307 100755
--- a/desktop/scripts/unoinfo-mac.sh
+++ b/desktop/scripts/unoinfo-mac.sh
@@ -20,7 +20,7 @@
set -e
# resolve installation directory
-sd_res=$0
+sd_res="$0"
while [ -h "$sd_res" ] ; do
cd "`dirname "$sd_res"`"
sd_basename=`basename "$sd_res"`
@@ -29,7 +29,7 @@ done
cd "`dirname "$sd_res"`"
sd_prog=`pwd`
-case $1 in
+case "$1" in
c++)
printf '%s' "$sd_prog/../Frameworks"
;;