Re: [PATCH 2/2] fix (rest of the) out of tree build

Subject: Re: [PATCH 2/2] fix (rest of the) out of tree build

Date: Tue, 29 Nov 2016 09:35:27 -0400

To: Tomi Ollila, notmuch@notmuchmail.org

Cc: tomi.ollila@iki.fi

From: David Bremner


Tomi Ollila <too@guru.guru-group.fi> writes:


> +# Like $TEST_DIRECTORY this needs to be absolute as working directories change.
> +SOURCE_DIRECTORY=$(
> +	case $NOTMUCH_SRCDIR in /*) cd "$NOTMUCH_SRCDIR" ;;
> +				 *) cd "../$NOTMUCH_SRCDIR"
> +	esac
> +	pwd -P)
> +

I don't understand the second case here.


Thread: