From fe2e79c6bcfc62c1685551e359889c87dd67f74e Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 6 Sep 2017 14:04:17 -0400 Subject: contrib: Patch fribidi bootstrap to quote directory variable. --- contrib/fribidi/A01-bootstrap-quote.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/fribidi/A01-bootstrap-quote.patch (limited to 'contrib') diff --git a/contrib/fribidi/A01-bootstrap-quote.patch b/contrib/fribidi/A01-bootstrap-quote.patch new file mode 100644 index 000000000..4bbb10457 --- /dev/null +++ b/contrib/fribidi/A01-bootstrap-quote.patch @@ -0,0 +1,12 @@ +diff -u fribidi-0.19.7/bootstrap.orig fribidi-0.19.7/bootstrap +--- fribidi-0.19.7/bootstrap.orig 2012-08-27 15:30:17.000000000 -0400 ++++ fribidi-0.19.7/bootstrap 2017-09-06 13:59:20.000000000 -0400 +@@ -144,7 +144,7 @@ + fi # !AUTOCONF + + # move to build dir +-cd $OLDDIR ++cd "$OLDDIR" + + # configure + if test -n "$CONFIG"; then -- cgit v1.2.3