Opened 13 years ago
Closed 13 years ago
#482 closed defect/bug (fixed)
bashism in autogen.sh
Reported by: | pini | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
Hi,
autogen.sh has a #!/bin/sh shebang but its line 2 has a bashism[1]:
if [ `uname` == Darwin ]; then
The test operator should be '=' instead of '=='.
Thanks.
[1] http://lintian.debian.org/tags/possible-bashism-in-maintainer-script.html
Change History (1)
comment:1 Changed 13 years ago by sera
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Change is in the tree. Thanks for the hint.