aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2017-03-03 00:08:02 +0530
committerArun Isaac2017-03-03 00:08:02 +0530
commit0186a8807795f3aefce40be84fe7a1fe39e76d4e (patch)
tree10b5d48d3351f51187b9924c2bfd51c58956fac8
parent3830e611a54720765c8d0200030d2f63329b3029 (diff)
downloadexiftool.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".
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 77f6225..b7e613d 100644
--- a/README.org
+++ b/README.org
@@ -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