minimal-bootstrap.mes: reformat sources.nix for better diffs

This commit is contained in:
Emily Trau 2023-11-29 06:40:11 +00:00
parent 3dcd819caa
commit e88693d8e4
2 changed files with 1061 additions and 24 deletions

View file

@ -19,10 +19,9 @@ COMPILERS="mescc gcc"
format() {
echo -n "[ "
# Terrible hack to convert a newline-delimited string to space-delimited
echo $* | xargs printf '"%s" '
echo -n "]"
echo "["
echo $* | xargs printf ' "%s"\n'
echo " ]"
}
gen_sources() {

File diff suppressed because one or more lines are too long