summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-29 04:35:10 +0200
committerDave Reisner <d@falconindy.com>2011-06-29 05:05:57 +0200
commit452bf71cec7a1a62bbee9d106733ad9ed398c6ee (patch)
tree32385251b5b80da4d3acbedaf58814a7eee26d76 /scripts/makepkg.sh.in
parent9aab1440cacf143b62f05ccfac0e7917ef9d4c45 (diff)
downloadpacman-452bf71cec7a1a62bbee9d106733ad9ed398c6ee.tar.gz
pacman-452bf71cec7a1a62bbee9d106733ad9ed398c6ee.tar.xz
makepkg: remove unneeded echo
Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
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[@]}
}