Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 484)
+++ /trunk/docs/Changelog	(revision 485)
@@ -1,3 +1,6 @@
 4.1.0:
+	* fix missing reporting on shell expansion capability in --version
+	* fix missing error message on invalid list for skipchecksum
+	(reported by Bond)
 	* fix missing definition for a sh_dummy_ var on BSD et al.
 	(reported by Andrew)
Index: /trunk/src/sh_getopt.c
===================================================================
--- /trunk/src/sh_getopt.c	(revision 484)
+++ /trunk/src/sh_getopt.c	(revision 485)
@@ -487,5 +487,5 @@
 #endif
 
-#if defined(SH_SHELL_EVAL)
+#if defined(SH_EVAL_SHELL)
   if (num > 0) fputc ('\n', stdout);
   fputs (_(" shell expansion in configuration file supported"), stdout); ++num;
