diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-25 11:57:35 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-09-25 11:57:35 +0200 |
commit | a38eaa66af711abd22a72774ae0f4cf95b2bff7a (patch) | |
tree | e9606b28a756912c9def569abbf6c18111de0a2e /aclocal.m4 | |
parent | d90946cea1357d3e99805c27dab1e811785a4088 (diff) | |
download | haskell-a38eaa66af711abd22a72774ae0f4cf95b2bff7a.tar.gz |
aclocal.m4: fix shell comment syntax: '#', not '$'
Summary:
Reported-by: Evan Laforge
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Reviewers: bgamari
Subscribers: rwbarton, erikd, carter
Differential Revision: https://phabricator.haskell.org/D5171
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index e2804cf642..15b9f3525d 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 } |