X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c99.sh;fp=tab_c99.sh;h=32ba6b61795782be7d601cdf3d4a2c532bbd3db0;hb=f40c8cc96510738d4b5190bb330787fbb64b73be;hp=f9cfad2b67c5b5483ec77635d8913432ffb0d43c;hpb=03f81c7c806f629e8f9fd844732cdce2eb23db92;p=musl-tables diff --git a/tab_c99.sh b/tab_c99.sh index f9cfad2..32ba6b6 100755 --- a/tab_c99.sh +++ b/tab_c99.sh @@ -1,7 +1,7 @@ #!/bin/sh export LC_ALL=C -MUSL=../musl +MUSL=${MUSL:-../musl} ( cd $MUSL; git log -n1 ) | awk ' BEGIN { @@ -25,7 +25,7 @@ BEGIN { if ($2 ~ /bits\//) s = $3 " " else - s = "" $3 " " + s = "" $3 " " kind[$1] = kind[$1] $3 kindstr[$1] = kindstr[$1] s }