Changeset 485 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Sep 1, 2015, 7:49:40 PM (9 years ago)
Author:
katerina
Message:

Fix for ticket #383 (shell expansion capability not reported).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r481 r485  
    487487#endif
    488488
    489 #if defined(SH_SHELL_EVAL)
     489#if defined(SH_EVAL_SHELL)
    490490  if (num > 0) fputc ('\n', stdout);
    491491  fputs (_(" shell expansion in configuration file supported"), stdout); ++num;
Note: See TracChangeset for help on using the changeset viewer.