cmark

My personal build of CMark ✏️

Commit
53040da862b8f50f4f1af36b6c5e0a675640b052
Parent
82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed typo in travis script.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 2 1 1
diff --git a/.travis.yml b/.travis.yml
@@ -21,7 +21,7 @@ script:
  - make
  - make test
  - |
-     if [ $(TRAVIS_ON_NAME:-'linux'} = 'linux' ]
+     if [ ${TRAVIS_ON_NAME:-'linux'} = 'linux' ]
      then
         PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
      fi