Bug #300
[PATCH] Use /bin/sh for better compatibility with *BSD
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | backend | |||
| Target version : | 2.5 | |||
| Resolution : | fixed |
Description
source:trunk/script/lighttpd has a "shebang" line of #!/bin/bash. /bin/bash exists in Linux and Mac OS X, but not usually on *BSD and perhaps others. Since there are no bash specific features in this one-line script it would be best if it just used /bin/sh which will function just the same on all UNIXish platforms and not require patching (or gratuitous symlinks) for use on the *BSDs.
Associated revisions
Revision 3f53d41fbb33c42d22c2b38f8eaac56da43dbd38
Fix quoting problem on general settings page. (closes #300)
git-svn-id: http://svn.typosphere.org/typo/trunk@523 820eb932-12ee-0310-9ca8-eeb645f39767
