script/helpers.py: remove stray newline from git parameter
commit229c27dc520719ce16b55b3af4be7e3ba67af3e4
authorUoti Urpala <uau@mplayer2.org>
Sun, 6 Nov 2011 12:23:56 +0000 (6 14:23 +0200)
committerUoti Urpala <uau@mplayer2.org>
Sun, 6 Nov 2011 12:23:56 +0000 (6 14:23 +0200)
tree57f370ee55536b567da9492d82b072abf5de3bd0
parentede8247f2b88451af17e3f06e9d241d65eccdd0b
script/helpers.py: remove stray newline from git parameter

A URL passed to "git clone" contained a newline character at the end
left over from the output of the "git config --get" call used to query
it. Apparently the newline was ignored by git and did not trigger any
problems. Add a .strip() to remove it in any case.
script/helpers.py