Skip to content

Conversation

step-
Copy link
Collaborator

@step- step- commented Aug 6, 2023

No description provided.

@step- step- requested a review from dimkr August 6, 2023 16:58
Copy link
Contributor

@dimkr dimkr left a comment

Choose a reason for hiding this comment

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

I don't think this warning is needed, because the bash feature set is a superset of the features of /bin/sh (dash, ash or whatever). If a script that uses gtkdialog works with -Dbash=false, it will work with -Dbash=true, but it's the opposite that can break stuff (a script with bashisms, when gtkdialog is built with -Dbash=false).

Maybe warn when building with -Dbash=false, on a distro where /bin/sh is not a symlink to bash, and warn at build time?

(But, with all that said - I don't oppose this PR. I'll keep building with -Dbash=true for my use case.)

@step- step- merged commit e18167b into master Aug 7, 2023
@step- step- deleted the step--patch-1 branch August 7, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants