diff options
Diffstat (limited to 'databases/firebird')
-rw-r--r-- | databases/firebird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 0fffe53812ff..227d8c4a3a44 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -56,7 +56,7 @@ do-configure: do-build: @( \ - ${ECHO} '#!/bin/sh'; ${ECHO} \ + ${ECHO_CMD} '#!/bin/sh'; ${ECHO_CMD} \ '[ -d ${LDCONFIG_RUNLIST} ] && ${LDCONFIG} -m ${LDCONFIG_RUNLIST}'; \ ) > ${WRKDIR}/000.${PORTNAME}.sh @( \ |