Ticket #54 (closed defect: fixed)
a tiny bug in configure file
| Reported by: | scytune | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | v0.81 |
| Component: | ERESI | Version: | |
| Severity: | Very low | Keywords: | |
| Cc: |
Description
if [ $0 = "bash" ]; then
function printHelp
fi
bash-3.1$ ./configure ./configure: line 26: syntax error near unexpected token `fi' ./configure: line 26: `fi'
try printHelp only
if [ $0 = "bash" ]; then
printHelp
fi
cya
Change History
Note: See
TracTickets for help on using
tickets.
