Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lddtree.sh: Add an "ldd-mode" for when the command is executed as *ldd #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 27, 2024

  1. lddtree.sh: Add an "ldd-mode" for when the command is executed as *ldd

    The output resembles the regular ldd command.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7836af4 View commit details
    Browse the repository at this point in the history
  2. build: Always install lddtree.sh and create symlink to chosen variant

    Don't install lddtree.py unconditionally because it has additional
    dependencies.
    chewi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a871611 View commit details
    Browse the repository at this point in the history
  3. lddtree.*: Disable auto-root feature by default

    It's counter-intuitive and doesn't play well with other programs that
    expect path arguments to work normally.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7a432da View commit details
    Browse the repository at this point in the history