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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user