WIP
This commit is contained in:
4
t/t
4
t/t
@@ -37,7 +37,7 @@ if test -z "$x_files"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
output_file="../build/include/template.h"
|
||||
output_file="../template.h"
|
||||
mkdir -p ../build/include/
|
||||
|
||||
first_template=true
|
||||
@@ -111,7 +111,7 @@ first_template=true
|
||||
done
|
||||
|
||||
echo " */"
|
||||
echo "const char templ_${template_name}[] = \"\\"
|
||||
echo "static const char templ_${template_name}[] = \"\\"
|
||||
|
||||
line_count=0
|
||||
total_lines=$(wc -l < "$tmp_template")
|
||||
|
||||
Reference in New Issue
Block a user