X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=binary-distribution.sh;h=82aabbd2d12ee3582fcb44c1d4a38812f36f819e;hb=5d90b98fff97c81ce1d17ee60d3610a297f4b312;hp=8266154c68e02f70669127752a9d041e1e01b69f;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 8266154..82aabbd 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -18,8 +18,8 @@ tar -cf $b-binary.tar \ $b/pubring.pgp \ $b/contrib/asdf-module.mk \ $b/contrib/vanilla-module.mk \ - `for dir in $b/contrib/*; do - if test -d $dir && test -f $dir/test-passed; then + `for dir in $b/contrib/*; do + if test -d $dir && test -f $dir/test-passed; then echo $dir fi done`