aszlig b028c14256
python-wrapper: Fix variable name for sed expr.
Regression introduced by 5f557885313088a235762d3cb7fd76ec0b1e6547.

The commit not only changes documentation, but also changed a few
variable names. One of them is $i which now is $f and it contains the
name of the file to wrap.

This was accidentally found by @Profpatsch (thanks!) who found himself
getting the basename of the last patch file to end up in sys.argv[0].
The reason for this is that $i is used in the for loop of the generic
patchPhase and thus is reused later when the Python file is to be
wrapped.

I have also added a small comment noting about this, to be sure that
this won't accidentally occur the next time someone changes variable
names.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-07 18:25:10 +02:00
..
2014-11-17 18:07:17 +00:00
2014-11-30 16:48:51 +01:00
2015-04-25 21:27:53 -07:00
2014-08-24 22:31:37 +02:00
2015-05-21 16:43:07 +02:00
2015-06-24 10:17:18 +02:00
2014-09-04 18:48:08 +02:00
2015-05-18 11:25:57 +02:00
2014-08-24 22:31:37 +02:00
2015-01-03 07:53:08 -05:00
2014-11-14 16:30:53 +03:00
2014-08-26 14:41:44 +02:00
2015-06-28 02:18:58 +03:00
2015-05-19 15:26:02 +02:00
2014-10-20 03:16:59 +04:00
2014-11-30 20:42:06 +01:00
2015-06-28 00:28:14 +03:00
2014-11-30 16:48:51 +01:00