--- 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@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel