Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1107 closed defect (fixed)

Shell bang call within code block is rendered

Reported by: jcline@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.8
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (1)

comment:1 by Mark Rowe, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [1406]. Thanks for the report.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.