[aseprite] 109/128: Fixed an unnecessary quotation mark in the OSX buliding instructions.

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 01201b260ba038d750762ffdecd3ce10457162ff
Author: Crispin Hitchings-Anstice <dvlpstrcrispin at users.noreply.github.com>
Date:   Thu May 5 11:19:26 2016 +1200

    Fixed an unnecessary quotation mark in the OSX buliding instructions.
    
    In line 168, there was a quotation mark at the end of the line that was causing Bash to expect the user to finish the string, not letting it finish reading the command and compile. It works fine without it, and seems to be a typo.
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index d75540c..24f6c9b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -165,7 +165,7 @@ the following parameters and then `ninja`:
       -DUSE_ALLEG4_BACKEND=OFF \
       -DUSE_SKIA_BACKEND=ON \
       -DSKIA_DIR=$HOME/deps/skia \
-      -DWITH_HarfBuzz=OFF" \
+      -DWITH_HarfBuzz=OFF \
       -G Ninja \
       ..
     ninja aseprite

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list