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

fix client execwrapper not using full path to script #609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxaudron
Copy link

The clients execwrapper was using the scriptName instead of the full path fileName to execute scripts leading to scripts only being found and executed if the script directory was also in $PATH or a executable with the same name as the script was in $PATH.

This could also lead to confusion as it executes whatever is in $PATH instead of the actual script in quassels directories.

The clients execwrapper was using the scriptName instead of the full
path fileName to execute scripts leading to scripts only being found and
executed if the script directory was also in $PATH or a executable with
the same name as the script was in $PATH.

This could also lead to confusion as it executes whatever is in $PATH
instead of the actual script in quassels directories.
Copy link
Contributor

@justjanne justjanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Tatsh added a commit to Tatsh/gentoo that referenced this pull request May 3, 2024
From quassel/quassel#609

Signed-off-by: Andrew Udvare <audvare@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants