mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Adjust for Solaris /bin/sh.
This commit is contained in:
parent
9cd0440060
commit
2b47574f81
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue