"Gary V. Vaughan" <git@xxxxxxxxxxxxxxxxxxxxxxxxx> writes: > Index: b/Documentation/install-webdoc.sh > =================================================================== > --- a/Documentation/install-webdoc.sh > +++ b/Documentation/install-webdoc.sh > @@ -12,7 +12,7 @@ do > then > : did not match > elif test -f "$T/$h" && > - diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h" > + $DIFF -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h" Do we or do we not want to quote "$DIFF"? iow, how well do we deal with $IFS whitespace in the path? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html