Ticket #54 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by thorkill

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.