Regen emscripten symbols

This commit is contained in:
Frank Denis
2017-08-25 15:18:55 +02:00
parent f8e535a446
commit f61a121b81
3 changed files with 6 additions and 5 deletions
Executable → Regular
+2 -2
View File
File diff suppressed because one or more lines are too long
Executable → Regular
+2 -2
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -7,7 +7,7 @@ symbols() {
SUMO="$1"
while read symbol standard sumo; do
found="$standard"
if [ "x$SUMO" != "sumo" ]; then
if [ "x$SUMO" = "xsumo" ]; then
found="$sumo"
fi
if [ "$found" = "1" ]; then
@@ -35,6 +35,7 @@ symbols() {
} | \
sort | \
{
out=''
while read symbol ; do
if [ ! -z "$out" ]; then
out="${out},"