+2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
+
2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
* configure.ac (HAVE_W32): Avoid nested functions (the second
.PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC
-removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
+removenullpaths=sed -e 's/^:*//' -e 's/:*$$//g' -e 's/::*/:/g'
# Generate epaths.h from epaths.in. This target is invoked by `configure'.
# See comments in configure.ac for why it is done this way, as opposed