diff options
Diffstat (limited to 'lang/go14')
-rw-r--r-- | lang/go14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index 6508b9f9ef2b..9017782f0cea 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -18,7 +18,7 @@ SHEBANG_FILES= ${WRKSRC}/src/*.bash \ ${WRKSRC}/doc/articles/wiki/*.bash \ ${WRKSRC}/test/bench/shootout/timing.sh -sh_OLD_CMD= ${SETENV} bash +sh_OLD_CMD= "/usr/bin/env bash" sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go |