replace backtick, confused github wiki

This commit is contained in:
Mark Pictor 2011-09-15 21:13:01 -04:00
parent 553091cfae
commit 896ad5abc2

View file

@ -154,7 +154,7 @@ function gen_wiki {
# if [ -s $result_dir/fedex_"$i"_stderr.txt ]; then
# fedex_details $i
# fi
make_schema_page $i $j >$out_dir/schema_$i.md
make_schema_page $i $j | sed -e "s/\`/'/g;" >$out_dir/schema_$i.md # the backtick confuses github's wiki
done
echo "</table>" >>$matrix_file
}