Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #15101

Closed (moved)
Open
Opened Mar 02, 2015 by cypherpunks@cypherpunks

Use env in the shebang of the start script

Using /usr/bin/env bash instead of /bin/bash in the shebang line of the start script improves portability to some Unix-derivates (e.g. BSDs where the bash is usually in /usr/local/bin/bash). However, there are also systems where env is not in /usr/bin/env but in /bin/env, so its a tradeoff.

As I know, tor browser is not running on BSDs so far, but hopefully it will sooner or later and then the shebang will be an issue.

Thanks, for your great work!

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#15101