Ticket #1107 (closed defect: fixed)
Shell bang call within code block is rendered
| Reported by: | jcline@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I am trying to show example sh code within a code block using trac 0.8 on freeBSD 4.10 like this:
(pound)!/bin/sh mysqldump -peon4^Every1 --no-data fra > 1.txt; mysqldump -hmysql6.enthusiastinc.com --no-data fra > 2.txt; diff -y 1.txt 2.txt > dbDiff.txt
however, the # sign throws and exception:
Error: Failed to load processor /bin/sh: No module named /bin/sh
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


