summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-15 09:40:00 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-15 09:40:00 +0000
commit97d9fcb8581e655985e08cf08cd265765432aff2 (patch)
tree2484837b6bf68819925ab85a3f818015bd6691c2 /desktop/scripts
parent4eb28b2868cfc4373c8a2b39de4b9f9bb1456846 (diff)
#i85180# Syntax (correct quotation marks).
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/unopkg.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 256fe85aa8b2..236c92f78100 100644
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -5,9 +5,9 @@
#
# $RCSfile: unopkg.sh,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2008-01-15 10:35:27 $
+# last change: $Author: rt $ $Date: 2008-01-15 10:40:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -146,7 +146,7 @@ export PATH
# assume gui mode if passed a single oxt file as argument
GUI=""
-[ $# -eq 1 -a "oxt" = "`echo $1 | cut -d . -f 2'`" -a -n "$DISPLAY" ] && GUI="gui"
+[ $# -eq 1 -a "oxt" = "`echo $1 | cut -d . -f 2`" -a -n "$DISPLAY" ] && GUI="gui"
# execute binary
exec "$sd_prog/$sd_binary" $GUI "$@"