summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-28 16:18:36 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-28 16:19:21 +0000
commit16bcf1884998a56963d81c796d138b0107fffce7 (patch)
treef5718bf4baf2a9413ec8883de84166fcb6333cec
parentbb7cef9d97d6fdb2d8ee5350a82fb39b0ff8513d (diff)
downloadlibtool-16bcf1884998a56963d81c796d138b0107fffce7.tar.gz
maint: syntax-checks don't like ${ even in comments!
* m4/ltdl.m4: Fix a comment to appease syntax-check rules. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--m4/ltdl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ltdl.m4 b/m4/ltdl.m4
index 5dc1e80f..dd34d49b 100644
--- a/m4/ltdl.m4
+++ b/m4/ltdl.m4
@@ -817,7 +817,7 @@ _LT_EOF
# ltfn_module_cmds module_cmds
# Execute tilde-delimited MODULE_CMDS with environment primed for
- # ${module_cmds} or ${archive_cmds} type content.
+ # $module_cmds or $archive_cmds type content.
ltfn_module_cmds ()
{( # subshell avoids polluting parent global environment
module_cmds_save_ifs=$IFS; IFS='~'