added all switch
This commit is contained in:
@@ -33,6 +33,9 @@ do [[ -e ${ANDURIL_BUNDLES}/$e/bundle.xml ]] || continue
|
|||||||
if [ "$search" = "$bname" ]
|
if [ "$search" = "$bname" ]
|
||||||
then BUNDLESTRING="-b ${ANDURIL_BUNDLES}/$e"
|
then BUNDLESTRING="-b ${ANDURIL_BUNDLES}/$e"
|
||||||
fi
|
fi
|
||||||
|
if [ "$1" = "all" ]
|
||||||
|
then BUNDLESTRING="-b ${ANDURIL_BUNDLES}/$e $BUNDLESTRING"
|
||||||
|
fi
|
||||||
if [ "$bname" = "microarray" ]
|
if [ "$bname" = "microarray" ]
|
||||||
then MICROHOME="${ANDURIL_BUNDLES}/$e"
|
then MICROHOME="${ANDURIL_BUNDLES}/$e"
|
||||||
fi
|
fi
|
||||||
@@ -40,7 +43,7 @@ done
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then return_error "Give bundle name to create component docs!"
|
then return_error "Give bundle name to create component docs! 'all' matches to all bundles in ANDURIL_BUNDLES"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -d "$MICROHOME" ] || return_error "Could not find Microarray bundle home: $MICROHOME"
|
[ -d "$MICROHOME" ] || return_error "Could not find Microarray bundle home: $MICROHOME"
|
||||||
|
|||||||
Reference in New Issue
Block a user