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() {
|
format() {
|
||||||
echo -n "[ "
|
echo "["
|
||||||
# Terrible hack to convert a newline-delimited string to space-delimited
|
echo $* | xargs printf ' "%s"\n'
|
||||||
echo $* | xargs printf '"%s" '
|
echo " ]"
|
||||||
echo -n "]"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gen_sources() {
|
gen_sources() {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue