>>>>> On Sun, 12 Jun 2016, Benda Xu wrote: > I have added EPREFIX logics for EAPI<3 and improved the trailing > slashes and quotes.
> - [[ -f ${ROOT}/usr/include/linux/autoconf.h ]] \ > + [[ -f "${EROOT}"usr/include/linux/autoconf.h ]] \ Inside [[ ]] quotes are generally not needed. (There are several other instances of this.) > - mv ${WORKDIR}/linux* "${D}"/usr/src > + mv ${WORKDIR}/linux* "${ED}"usr/src It was like that before your patch, but still ${WORKDIR} should be quoted here. Ulrich
pgpyTSJOopnsB.pgp
Description: PGP signature