Changeset 485
- Timestamp:
- Sep 1, 2015, 7:49:40 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r483 r485 1 1 4.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) 2 5 * fix missing definition for a sh_dummy_ var on BSD et al. 3 6 (reported by Andrew) -
trunk/src/sh_getopt.c
r481 r485 487 487 #endif 488 488 489 #if defined(SH_ SHELL_EVAL)489 #if defined(SH_EVAL_SHELL) 490 490 if (num > 0) fputc ('\n', stdout); 491 491 fputs (_(" shell expansion in configuration file supported"), stdout); ++num;
Note:
See TracChangeset
for help on using the changeset viewer.