Lanny Ripple <lanny@xxxxxxxxxxxxxxxxx> writes: > Bingo. > > lanny;~> echo "Rémi Leblond" | LANG=C LC_ALL=C /usr/bin/sed -ne 's/.*/GIT_AUTHOR_NAME='\''&'\''/p' > GIT_AUTHOR_NAME='Rémi Leblond' > > Just occurred to me that I'm using fink and that git-am doesn't use > /usr/bin/sed but just sed. My suggestion is to be explicit on the > path in git-am. Then how would you work around a platform sed that is broken? You can't just install a new one in another directory if we use an absolute path. Which apparently is what people have to do on Solaris, see the SANE_TOOL_PATH setting for the Makefile. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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