<div dir="auto"><div><div data-smartmail="gmail_signature" dir="auto">Hi Robert,</div><div data-smartmail="gmail_signature" dir="auto"><br></div><div data-smartmail="gmail_signature">On May 30, 2017 19:56, "Robert Mourning" <<a href="mailto:robedmo.git@gmail.com">robedmo.git@gmail.com</a>> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Replaces curly brace expansion with explicit enumeration.<br>
There exists at least one "sh" implementation which does not<br>
support the curly-brace syntax in the removed line.<br>
<br>
Also adds quotes around $tmp expansion, in case `pwd` contains spaces.<br>
<br>
---<br>
 extras/tools/bootstrap | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap<br>
index 19b08a2..1d0397e 100755<br>
--- a/extras/tools/bootstrap<br>
+++ b/extras/tools/bootstrap<br>
@@ -34,7 +34,7 @@ fi<br>
<br>
 check_sed() {<br>
 tmp="`pwd`/check_sed"<br>
-trap "rm $tmp{,-e} 2>/dev/null" EXIT<br>
+trap "rm \"$tmp\" \"$tmp-e\" 2>/dev/null" EXIT<br>
 echo "test file for GNU sed" > $tmp<br>
 if ! sed -i -e 's/sed//' $tmp >/dev/null 2>&1<br>
 then<br>
<font color="#888888">--<br>
2.7.4<br>
<br>
______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/vlc-devel</a></font></blockquote></div><br></div></div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">I had always planned to revisit this chunk when I had a free moment. Thanks for beating me to it.</div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">LGTM to the change itself.</div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">-- Sean McG.</div></div>