Changeset 485


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

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r483 r485  
    114.1.0:
     2        * fix missing reporting on shell expansion capability in --version
     3        * fix missing error message on invalid list for skipchecksum
     4        (reported by Bond)
    25        * fix missing definition for a sh_dummy_ var on BSD et al.
    36        (reported by Andrew)
  • 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.