X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-contrib.sh;h=22fe7e59fc12805d68758d4d9687e9494eacb216;hb=ab5427d31da2bd95805cccc8e47b8f43d3dd606d;hp=bcff011a1405c117db2e9e460b4d558fea9a3b19;hpb=66cbca5408d83014fada99572892416b5d93a71a;p=sbcl.git diff --git a/make-target-contrib.sh b/make-target-contrib.sh index bcff011..22fe7e5 100644 --- a/make-target-contrib.sh +++ b/make-target-contrib.sh @@ -61,10 +61,10 @@ find output -name 'building-contrib.*' -print | xargs rm -f CL_SOURCE_REGISTRY='(:source-registry :ignore-inherited-configuration)' export CL_SOURCE_REGISTRY -if [ -z "$@" ]; then +if [ -z "$*" ]; then contribs_to_build=contrib/* else - for name in $@; do + for name in $*; do contribs_to_build="contrib/$name $contribs_to_build" done fi