Am 08.06.2012 16:53, schrieb Lucien Kong: > +if test -n "$cmd" && > + test "$interactive_rebase" != explicit > +then > + die "--exec option must be used with --interactive option\n" > +fi Is the \n really necessary? > + sed -e "1,9d" expect >expected && Good. But I said "Here and everywhere else". So I wonder about these lines ;) > + sed '1,9d' expect >expected && > + sed '1,9d' expect >expected && > + sed '1,9d' expect >expected && > + sed '1,11d' expect >expected && > + sed '1,13d' expect >expected && > + sed '1d' actual >tmp && -- 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