Modify ↓
Opened 20 years ago
Closed 20 years ago
#1107 closed defect (fixed)
Shell bang call within code block is rendered
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
Fixed in [1406]. Thanks for the report.