Edgewall Software

Ticket #1107 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by mrowe

  • status changed from new to closed
  • resolution set to fixed

Fixed in [1406]. Thanks for the report.

Add/Change #1107 (Shell bang call within code block is rendered)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.