diff options
author | Bradley Sepos <[email protected]> | 2017-09-06 14:04:17 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-09-06 14:04:17 -0400 |
commit | fe2e79c6bcfc62c1685551e359889c87dd67f74e (patch) | |
tree | 68ba97d8ed4a4987f5c4f31679f6dbd8ea116fc8 /contrib/fribidi | |
parent | cb7069323745e34314eb58283e6afdfceb9c0291 (diff) |
contrib: Patch fribidi bootstrap to quote directory variable.
Diffstat (limited to 'contrib/fribidi')
-rw-r--r-- | contrib/fribidi/A01-bootstrap-quote.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |