On Sat, Jul 28, 2018 at 12:11:49PM -0500, Doug Goldstein wrote:
> # Figure out the base of what we want as our sources
> # by using the top of the git repo
> -if [[ -n ${WORKDIR} ]]; then
> - WORKDIR="${WORKDIR}"
> +if [[ -n ${CONTAINER_PATH} ]]; then
> + :
> else
> - WORKDIR=$(git rev-parse --show-toplevel)
> + CONTAINER_PATH=$(git rev-parse --show-toplevel)
I think you can use -z here and get rid of the empty branch?
The rest looks fine.
Wei.
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel