mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
fix(script): concatenate symbol source files correctly, by using 'awk 1' instead of 'cat'
This commit is contained in:
parent
df4e7d67e7
commit
8bd78099a2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ if [ $# -eq 0 ]
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat $1/symbol/*/*.sym | sort > $1/symbol/main.sym
|
awk 1 $1/symbol/*/*.sym | sort > $1/symbol/main.sym
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue