fREW Schmidt wrote: > > $ git fixup-assigner.pl > fixups && less fixups > #!/bin/sh > > git apply --cached <<EOF [...] > - $self->set($c, > $c->model('DB')->schema->kiokudb_handle->lookup('dashboard > templates')); > + $self->set($c, $c->model('Kioku')->lookup('dashboard templates')); > } > EOF > > git commit --fixup 7765cbd2 > > Looks fine to me. But then I try to use it: The shell will expand variables in the <<EOF section above. You can fix that by changing it to output <<\EOF instead, which is clearly a bug in the original script. -- 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