Fix: org/babel: sh -> shell

sh was renamed to shell in Org 8.2 [1] and this may result in some undesired
behavior as it will fall back to the bundled ob-sh.el

[1] http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS
This commit is contained in:
Benjamin Andresen 2017-07-16 04:28:53 +02:00
parent d6762bc893
commit 78b40fb427

View file

@ -27,7 +27,7 @@
restclient ; ob-restclient restclient ; ob-restclient
ruby ruby
rust ; ob-rust rust ; ob-rust
sh shell
sqlite sqlite
sql-mode ; ob-sql-mode sql-mode ; ob-sql-mode
translate ; ob-translate translate ; ob-translate