[Spice-devel] [PATCH spice-protocol] autogen.sh: handle ORIGDIR with spaces

Marc-André Lureau marcandre.lureau at gmail.com
Thu Nov 10 05:53:10 PST 2011


sure ack

On Thu, Nov 10, 2011 at 2:47 PM, Alon Levy <alevy at redhat.com> wrote:
> ---
> jenkins adds a space to the workspace, and failed on this.
>
>  autogen.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/autogen.sh b/autogen.sh
> index 950c2f4..3e6f2cd 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -157,7 +157,7 @@ do_cmd $AUTOHEADER
>  do_cmd $AUTOMAKE $AUTOMAKE_FLAGS
>  do_cmd $AUTOCONF
>
> -cd $ORIGDIR || exit $?
> +cd "$ORIGDIR" || exit $?
>  rm -f config.cache
>
>  do_cmd $srcdir/configure --enable-maintainer-mode ${1+"$@"} || exit 1
> --
> 1.7.7.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>



-- 
Marc-André Lureau


More information about the Spice-devel mailing list