diff options
author | Arun Isaac | 2017-03-03 00:08:02 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-03 00:08:02 +0530 |
commit | 0186a8807795f3aefce40be84fe7a1fe39e76d4e (patch) | |
tree | 10b5d48d3351f51187b9924c2bfd51c58956fac8 /README.org | |
parent | 3830e611a54720765c8d0200030d2f63329b3029 (diff) | |
download | exiftool.el-0186a8807795f3aefce40be84fe7a1fe39e76d4e.tar.gz exiftool.el-0186a8807795f3aefce40be84fe7a1fe39e76d4e.tar.lz exiftool.el-0186a8807795f3aefce40be84fe7a1fe39e76d4e.zip |
Update README.
* README.org: Change tests source block from "bash" to "sh".
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ one. Return the process object of the newly created process. Tests are located in the /tests/ folder. You can run them using -#+BEGIN_SRC bash +#+BEGIN_SRC sh make -C tests check #+END_SRC |