X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-features.sh;h=db2cd548974f4e6a871769d77eb1cbd16a4ac78c;hb=2e498cbcb062ff8b6e21703838e214c6427bffe8;hp=db7974f4548dd70d4028eab1b53abe317a0a12a6;hpb=b44ca02cb963446ef23fec989786462ce88bca84;p=sbcl.git diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index db7974f..db2cd54 100644 --- a/tools-for-build/grovel-features.sh +++ b/tools-for-build/grovel-features.sh @@ -12,7 +12,7 @@ featurep() { $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && ./$bin > /dev/null 2>&1 if [ "$?" = 104 ] then - printf " :$1" + printf " :$1" fi rm -f $bin } @@ -25,4 +25,4 @@ featurep os-provides-dladdr featurep os-provides-putwc -featurep sigaction-sa-nodefer-works +featurep os-provides-blksize-t