diff options
| -rwxr-xr-x | Documentation/maintainers/dynlink-scanner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/dynlink-scanner b/Documentation/maintainers/dynlink-scanner index 017f929bcbb..a95235c1ee0 100755 --- a/Documentation/maintainers/dynlink-scanner +++ b/Documentation/maintainers/dynlink-scanner @@ -48,7 +48,7 @@ for cpv in `portageq match $ROOT/ $1`; do # For each file that belongs to package # run dynlink-scanner --linking-deps <file> to obtain its linking dependencies # Assign all linking deps to packages and print package names - qfile -eR $ROOT `portageq contents $ROOT/ $cpv | xargs -r -L 1 "$0" --linking-deps` | cut -f1 -d' ' | sort -u + qfile -R $ROOT `portageq contents $ROOT/ $cpv | xargs -r -L 1 "$0" --linking-deps` | cut -f1 -d' ' | sort -u done # Cleanup |
