Remove errant trailing space
This commit is contained in:
parent
05a89bf3e8
commit
e518652752
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue