diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-02-04 11:14:56 +0000 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-02-04 11:37:13 +0000 |
commit | f52eb759f61e1806014972cb736e07479f157aa6 (patch) | |
tree | c6aa31da4b7a3f525d51ca3f6c81aa1efab29dc5 /desktop/scripts/unopkg.sh | |
parent | 424f9953a269f804ab1f9dc146292ab5b7a82200 (diff) |
fix desktop scripts
reverts parts of e6a9dc22a4e58b565894f8cdb6a19755af7b14de
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>
Diffstat (limited to 'desktop/scripts/unopkg.sh')
-rwxr-xr-x | desktop/scripts/unopkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh index c66da9b41ebe..c90a7db3aeed 100755 --- a/desktop/scripts/unopkg.sh +++ b/desktop/scripts/unopkg.sh @@ -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 |