[Spice-commits] autogen.sh

Alon Levy alon at kemper.freedesktop.org
Thu Nov 10 05:55:04 PST 2011


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05a8178398c2542d74857fdbdd6b145c4a196642
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Nov 10 15:46:27 2011 +0200

    autogen.sh: handle ORIGDIR with spaces

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


More information about the Spice-commits mailing list