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