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