[commit: ghc] master: aclocal.m4: fix shell comment syntax: '#', not '$' (a38eaa6)
git at git.haskell.org
git at git.haskell.org
Tue Sep 25 12:02:13 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a38eaa66af711abd22a72774ae0f4cf95b2bff7a/ghc
>---------------------------------------------------------------
commit a38eaa66af711abd22a72774ae0f4cf95b2bff7a
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Tue Sep 25 11:57:35 2018 +0200
aclocal.m4: fix shell comment syntax: '#', not '$'
Summary:
Reported-by: Evan Laforge
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
Reviewers: bgamari
Subscribers: rwbarton, erikd, carter
Differential Revision: https://phabricator.haskell.org/D5171
>---------------------------------------------------------------
a38eaa66af711abd22a72774ae0f4cf95b2bff7a
aclocal.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aclocal.m4 b/aclocal.m4
index e2804cf..15b9f35 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2435,7 +2435,7 @@ AC_DEFUN([FIND_LD],[
# Fallback
AC_CHECK_TARGET_TOOL([LD], [ld])
# This isn't entirely safe since $LD may have been discovered to be
- $ ld.gold, but what else can we do?
+ # ld.gold, but what else can we do?
if test "x$LD_NO_GOLD" = "x"; then LD_NO_GOLD=$LD; fi
}
More information about the ghc-commits
mailing list