Ah, right, I wasn't aware of trac-admin deploy; I assumed one was
supposed to copy/symlink the template.
** Changed in: trac (Ubuntu)
Status: New => Invalid
--
trac CGI templates have incorrect #! line
https://bugs.launchpad.net/bugs/351580
You received this bug notification because you a
These shebang lines appear correct:
#!${executable}
They appear in files in Trac's admin/templates directory. The command
trac-admin /path/to/trac/instance deploy /path/to/deployment
will copy the templates to /path/to/deployment/cgi-bin and edit them to
reference your Trac instance. Am