Skip to content

Commit

Permalink
mac os xargs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f-kretschmer committed Mar 6, 2024
1 parent 069a5f1 commit 825b5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_utils/ldd_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ cat lddout | grep -e 'c++' \
-e 'COIN' \
-e 'OGDF' \
-e 'tmap' \
| cut -d' ' -f3 | xargs -r cp -t dependencies
| cut -d' ' -f3 | xargs -r -I{} cp {} dependencies/

0 comments on commit 825b5b4

Please sign in to comment.