makepkg: remove unneeded echo
Signed-off-by: Dave Reisner <d@falconindy.com>
This commit is contained in:
parent
9aab1440ca
commit
452bf71cec
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ check_option() {
|
|||
# ? - not found
|
||||
##
|
||||
check_buildenv() {
|
||||
echo $(in_opt_array "$1" ${BUILDENV[@]})
|
||||
in_opt_array "$1" ${BUILDENV[@]}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue