diff options
Diffstat (limited to 'eclass/postgres-multi.eclass')
-rw-r--r-- | eclass/postgres-multi.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 5f014389fd89..96aa30d89ad7 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -55,7 +55,7 @@ export _POSTGRES_INTERSECT_SLOTS=( ) # appearance of @PG_SLOT@ in the command and arguments with value of # ${PG_SLOT}. _postgres-multi_multibuild_wrapper() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" export PG_SLOT=${MULTIBUILD_VARIANT} export PG_CONFIG=$(type -P pg_config${MULTIBUILD_VARIANT//./}) if [[ -n ${PKG_CONFIG_PATH} ]] ; then |