Skip to content

Commit

Permalink
Fix an error in aspect template
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Sep 12, 2018
1 parent 7de7bff commit e7b50da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clade/extensions/info.aspect.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ info: expand(___EXPORT_SYMBOL(sym, sec)) {
}

info: expand($) {
$fprintf<"$env<CIF_INFO_DIR>/expand.txt","%s %s %s %s\n",$env<CIF_CMD_CWD>,$path,$macro_name>
$fprintf<"$env<CIF_INFO_DIR>/expand.txt","%s %s %s\n",$env<CIF_CMD_CWD>,$path,$macro_name>
}

// for i in range(max_args_num)
Expand Down

0 comments on commit e7b50da

Please sign in to comment.