testing/examples/babel.org: quote :shebang

* testing/examples/babel.org: Quote :shebang header argument.

2a73e06 introduced a new behaviour for org-babel-read and values
starting with "#" must now be quoted.
This commit is contained in:
Achim Gratz 2013-06-08 22:06:57 +02:00
parent 8d3e672b38
commit e23bd6df8a
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ src_sh{echo 3} Here is one at the beginning of a line.
:noweb-sep: ""
:END:
#+begin_src sh :tangle yes :noweb yes :shebang #!/bin/sh
#+begin_src sh :tangle yes :noweb yes :shebang "#!/bin/sh"
<<fullest-disk>>
#+end_src