minimal-bootstrap.mes: reformat sources.nix for better diffs
This commit is contained in:
parent
3dcd819caa
commit
e88693d8e4
2 changed files with 1061 additions and 24 deletions
|
@ -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
Loading…
Reference in a new issue