From fecac8453dc4d205ce91d0075ab8aa2ec941e761 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 25 Aug 2013 16:14:28 +0000 Subject: [PATCH] - Fix a documentation typo --- Mk/Uses/shebangfix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/shebangfix.mk b/Mk/Uses/shebangfix.mk index 980f5c0dc03d..e9108faf2e71 100644 --- a/Mk/Uses/shebangfix.mk +++ b/Mk/Uses/shebangfix.mk @@ -19,7 +19,7 @@ # # To override a definition for example replacing /usr/bin/perl by /usr/bin/env perl # add to the port Makefile: -# perl_CMD= ${SENTENV} perl +# perl_CMD= ${SETENV} perl # .if !defined(_INCLUDE_USES_SHEBANGFIX_Mk)