Merge pull request #6 from robertbaldyga/remove-comma

Remove comma
This commit is contained in:
AndrzejJakowski 2018-12-05 09:40:35 -07:00 committed by GitHub
commit 81cca0bc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ make -C $OCFDIF inc O=$INCDIR
This by default will not copy OCF source files but create symbolic links to them,
to avoid source duplication and allow for easy OCF code modification. If you prefer
to copy OCF source files (e.g. you don't want to distribute whole OCF repository
as your submodule), you can use following commands:
as your submodule) you can use following commands:
~~~{.sh}
make -C $OCFDIF src O=$SRCDIR CMD=cp