05-preapre-32bit.sh: avoid useless use of cat
This commit is contained in:
parent
5f0333baa9
commit
53c60b31ae
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ hook() {
|
|||
if [ -n "$lib32depends" ]; then
|
||||
_deps="${lib32depends}"
|
||||
else
|
||||
_deps="$(cat ${PKGDESTDIR}/rdeps)"
|
||||
_deps="$(<${PKGDESTDIR}/rdeps)"
|
||||
fi
|
||||
for f in ${_deps}; do
|
||||
unset found pkgn pkgv _arch _shprovides
|
||||
|
|
Loading…
Reference in a new issue