From: Gary V. Vaughan Date: Fri, 28 Nov 2014 16:18:36 +0000 (+0000) Subject: maint: syntax-checks don't like ${ even in comments! X-Git-Tag: v2.4.4~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16bcf1884998a56963d81c796d138b0107fffce7;p=thirdparty%2Flibtool.git 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 --- diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 5dc1e80f9..dd34d49b9 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='~'