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

David Bremner david at tethera.net
Tue Nov 29 05:35:27 PST 2016


Tomi Ollila <too at 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.



More information about the notmuch mailing list