[hatari-devel] readme.txt typo

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


I (or, rather, cmake) found a typo in the file readme.txt. In the line

cmake --build . -j$(getconf _NPROCESSORS_ONLN)

there should be a space between the -j and the $(

Patch attached.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/
diff --git a/readme.txt b/readme.txt
index 40d2c943..cbb3fd54 100644
--- a/readme.txt
+++ b/readme.txt
@@ -116,7 +116,7 @@ options of this script.
 Once you have successfully configured the build settings, you can compile
 Hatari with:
 
-	cmake --build . -j$(getconf _NPROCESSORS_ONLN)
+	cmake --build . -j $(getconf _NPROCESSORS_ONLN)
 
 If all works fine, you should get the executable "hatari" in the src/ sub-
 directory of the build tree. You can then either run the executable from


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/