From 5e61fe9ae34d0390af48c9d0e6adb1a7eeceab8d Mon Sep 17 00:00:00 2001 From: step Date: Sun, 6 Aug 2023 18:57:24 +0200 Subject: [PATCH 1/2] add link to discussion about the 'bash' meson build option --- meson_options.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1a661e4..a7455cf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ option('gtkver', type: 'integer', value: 3, description: 'GTK+ version') option('docs', type: 'boolean', value: false, description: 'add html documentation and examples') -option('bash', type: 'boolean', value: false, description: 'run commands using bash -c') +# consider carefully before enabling this option - see discussion at +# https://github.com/puppylinux-woof-CE/gtkdialog/pull/154#issuecomment-1666843528 +option('bash', type: 'boolean', value: false, description: 'run commands using bash -c')nsi From 4ee0bc934eeaa772677edf134fe3f61ba142f536 Mon Sep 17 00:00:00 2001 From: step Date: Sun, 6 Aug 2023 19:03:03 +0200 Subject: [PATCH 2/2] fix typo --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a7455cf..0dd1f47 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,4 +2,4 @@ option('gtkver', type: 'integer', value: 3, description: 'GTK+ version') option('docs', type: 'boolean', value: false, description: 'add html documentation and examples') # consider carefully before enabling this option - see discussion at # https://github.com/puppylinux-woof-CE/gtkdialog/pull/154#issuecomment-1666843528 -option('bash', type: 'boolean', value: false, description: 'run commands using bash -c')nsi +option('bash', type: 'boolean', value: false, description: 'run commands using bash -c')