check_sed: improve compatibility of cleanup.
commit47dab665165b06f5eb558d24791c39410d8275aa
authorRobert Mourning <robedmo.git@gmail.com>
Tue, 30 May 2017 23:56:04 +0000 (30 19:56 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 3 Jun 2017 11:48:47 +0000 (3 13:48 +0200)
treeeadde7f1122eb92265aaa3302ef2f2109f7adb79
parent30385ce7f7b5ed0dd81efcbf77f8bd6b370427d5
check_sed: improve compatibility of cleanup.

Replaces curly brace expansion with explicit enumeration.
There exists at least one "sh" implementation which does not
support the curly-brace syntax in the removed line.

Also adds quotes around $tmp expansion, in case `pwd` contains spaces.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/tools/bootstrap