Tom Rix <trix@redhat.com> writes: > + case OPTION_LIBPATH: > + command_line_blibpath=optarg; > + break; > + > + case OPTION_NOLIBPATH: > + command_line_blibpath=NULL; > + break; > + The GNU coding standard requires spaces around the `=' operators in the above statements. Ian