On Thursday 21 February 2008 01:00, Jeff King wrote: > The fake-editor shell script invoked /bin/sh; normally this > is fine, unless the /bin/sh doesn't meet our compatibility > requirements, as is the case with Solaris. Specifically, the > $() syntax used by fake-editor is not understood. > > Signed-off-by: Jeff King <peff@xxxxxxxx> ... > -cat > fake-editor.sh <<\EOF > -#!/bin/sh > +echo "#!$SHELL" >fake-editor Did you mean fake-editor.sh here? > +cat >> fake-editor.sh <<\EOF > case "$1" in > */COMMIT_EDITMSG) > test -z "$FAKE_COMMIT_MESSAGE" || echo "$FAKE_COMMIT_MESSAGE" > "$1" -- Hannes - 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