Add missing space when setting DEPENDENCIES var.

This commit is contained in:
Simon Howard 2016-02-23 22:33:16 -05:00
parent 33306ccdb4
commit b0d8289d5e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ basic_setup
. "$CHOCPKG_ROOT/buildenv.sh"
dependencies() {
DEPENDENCIES+="$*"
DEPENDENCIES+=" $*"
}
# Given a package name, find the pkgdef file associated with it, source