Opened 11 years ago

Closed 11 years ago

#102 closed defect (fixed)

Variable Verbosity in libIGCM_config

Reported by: omamce Owned by: labetoulle
Priority: minor Milestone: libIGCM_v2.0
Component: system Version: 2.0
Keywords: Cc:

Description

In libIGCM_config, there is several time the line :

  [ Verbosity -gt 0 ] && echo

Which should be

  [ ${Verbosity} -gt 0 ] && echo

In ksh, the line is not correctly interpreted. In bash, it returns :

line 20: [: Verbosity: integer expression expected

Change History (2)

comment:1 Changed 11 years ago by labetoulle

  • Owner changed from somebody to labetoulle

comment:2 Changed 11 years ago by labetoulle

  • Resolution set to fixed
  • Status changed from new to closed

Correction done, r769.

Note: See TracTickets for help on using tickets.