File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ MAINTAINERCLEANFILES = Makefile.in mdate-sh
29
29
30
30
# only re-run the outputs for examples that already have an example_output block
31
31
remake :
32
- perl ./remake_outputs.pl $( shell grep -l example_output $(dist_examples_DATA ) )
32
+ perl ./remake_outputs.pl ` shell grep -l example_output $( dist_examples_DATA) `
33
33
34
34
recheck :
35
- perl ./remake_outputs.pl -c $( shell grep -l example_output $(dist_examples_DATA ) )
35
+ perl ./remake_outputs.pl -c ` shell grep -l example_output $( dist_examples_DATA) `
36
36
37
37
recheck_verbose :
38
- perl ./remake_outputs.pl -v -c $( shell grep -l example_output $(dist_examples_DATA ) )
38
+ perl ./remake_outputs.pl -v -c ` shell grep -l example_output $( dist_examples_DATA) `
You can’t perform that action at this time.
0 commit comments