Skip to content
Snippets Groups Projects
Commit 332a5cce authored by an7s's avatar an7s
Browse files

# denotes a comment in cinderella.spec

Former-commit-id: a650f16d38a9cf61865d32305d8fabe648d2465a
parent c41ff9b9
No related branches found
Tags gt_eval
No related merge requests found
......@@ -22,7 +22,8 @@ touch $out
echo "file with list of libc functions: $libcfunctions_filepath"
tmp=$libcfunctions_filepath.tmp.$$
tr -s '\r\n' ' ' < $libcfunctions_filepath | sed -e 's/ $/\n/' > $tmp
grep -v '#' $libcfunctions_filepath | tr -s '\r\n' ' ' | sed -e 's/ $/\n/' > $tmp
#tr -s '\r\n' ' ' < $libcfunctions_filepath | sed -e 's/ $/\n/' > $tmp
alllibcfunctions=`cat $tmp`
rm $tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment