svn path=/nixpkgs/trunk/; revision=29562
This commit is contained in:
Shea Levy 2011-10-02 12:53:51 +00:00
parent 36910c10e5
commit 21b2dd7ab4

View File

@ -18,7 +18,7 @@ for module in $rootModules; do
| sed 's/^insmod //') \
|| if test -z "$allowMissing"; then exit 1; fi
#for i in $deps; do echo $i; done
if [ "$deps" -ne "builtin" ]
if [[ "$deps" != builtin* ]]
then
closure="$closure $deps"
fi