diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-04 11:23:33 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-04 11:23:33 -0500 |
commit | e362e5b23aa9f7322df5995d4b5e51dfea17956f (patch) | |
tree | 4b2cb9ba5c0a9bd4fe93da5552447334a9af7780 /src/fullpkg | |
parent | b20b7b03053f94499085a4570a241428b5676ce2 (diff) |
touch up quoting on arrays
Diffstat (limited to 'src/fullpkg')
-rwxr-xr-x | src/fullpkg/fullpkg-find | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find index 57819c3..a96bc8a 100755 --- a/src/fullpkg/fullpkg-find +++ b/src/fullpkg/fullpkg-find @@ -126,7 +126,8 @@ find_deps() { tr ' ' "\n" | \ sort -u)) - for _dep in ${deps[@]}; do + local _dep + for _dep in "${deps[@]}"; do local found=false # May fail, e.g. since abslibre-mips64el doesn't include |