Remove errant trailing space

This commit is contained in:
Tianon Gravi 2019-07-11 15:12:59 -07:00
parent 05a89bf3e8
commit e518652752
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ RUN set -ex \
/lib/"$(gcc -print-multiarch)"/libpthread*.so.* \
&& while [ "$#" -gt 0 ]; do \
f="$1"; shift; \
fn="$(basename "$f")"; \
fn="$(basename "$f")"; \
if [ -e "rootfs/lib/$fn" ]; then continue; fi; \
if [ "${f#rootfs/}" = "$f" ]; then \
if [ "${fn#ld-}" = "$fn" ]; then \