[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [Babel] Blank line preceeds tangled data
From: |
Bernt Hansen |
Subject: |
[O] [Babel] Blank line preceeds tangled data |
Date: |
Thu, 25 Aug 2011 21:15:45 -0400 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
Hi,
When I tangle some file such as
#+begin_src sh :tangle x.sh
#!/bin/sh
echo done
#+end_src
I get the following output which includes a blank line up front.
,----[ x.sh ]
|
| #!/bin/sh
| echo done
`----
Doesn't this break the shebang line on unix? I don't think the leading
blank line should be in the tangled output.
Regards,
Bernt
- [O] [Babel] Blank line preceeds tangled data,
Bernt Hansen <=