fix desktop scripts

reverts parts of e6a9dc22a4
we want globbing here

Change-Id: Ibe4672f41b0fe6a75d1aca898cc55414e138f6ef
Reviewed-on: https://gerrit.libreoffice.org/33913
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
Jochen Nitschke
2017-02-04 11:14:56 +00:00
parent 424f9953a2
commit f52eb759f6
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ test -n "$VALGRIND" && EXTRAOPT="--valgrind"
# force the --record option if the RR variable is set
test -n "$RR" && EXTRAOPT="--record"
for arg in "$@" $EXTRAOPT ; do
for arg in $@ $EXTRAOPT ; do
case "$arg" in
--record)
if which rr >/dev/null 2>&1 ; then

View File

@@ -58,7 +58,7 @@ AIX)
;;
esac
for arg in "$@"
for arg in $@
do
case "$arg" in
#collect all bootstrap variables specified on the command line