projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd0440
)
Adjust for Solaris /bin/sh.
author
Jim Wise
<jwise@draga.com>
Thu, 10 Nov 2011 15:05:43 +0000
(10:05 -0500)
committer
Jim Wise
<jwise@draga.com>
Thu, 10 Nov 2011 15:05:43 +0000
(10:05 -0500)
make-target-contrib.sh
patch
|
blob
|
history
diff --git
a/make-target-contrib.sh
b/make-target-contrib.sh
index
bcff011
..
22fe7e5
100644
(file)
--- 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