Custom Query (324 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 324)

Ticket Owner Reporter Resolution Summary
#102 labetoulle omamce fixed Variable Verbosity in libIGCM_config
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
#104 sdipsl sdipsl fixed Review default and obelix system library.
Description

Strong divergence with the other. It's getting to a point where it's hard to maintain.

#107 labetoulle sdipsl fixed RunChecker.job refactoring
Description

RunChecker? functions must be move within the library (could be libIGCM_post) and must be rename like IGCM_post_....

Note: See TracQuery for help on using queries.