index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-06-28 22:35:10 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-06-28 23:05:57 -0400 |
commit | 452bf71cec7a1a62bbee9d106733ad9ed398c6ee (patch) | |
tree | 32385251b5b80da4d3acbedaf58814a7eee26d76 /scripts | |
parent | 9aab1440cacf143b62f05ccfac0e7917ef9d4c45 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ed5cdef7..c988554a 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -284,7 +284,7 @@ check_option() { # ? - not found ## check_buildenv() { - echo $(in_opt_array "$1" ${BUILDENV[@]}) + in_opt_array "$1" ${BUILDENV[@]} } |