Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] vopt_bool: use option as default property
Date: Fri, 18 Sep 2020 15:04:10 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24967@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages vopt-bool-default-property
https://github.com/void-linux/void-packages/pull/24967

vopt_bool: use option as default property
Keep it in-line with vopt_with and vopt_enable.

A patch file from https://github.com/void-linux/void-packages/pull/24967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vopt-bool-default-property-24967.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]

From 9b7485671dcfbecb277b658c874d7c94b2a513b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 18 Sep 2020 20:00:47 +0700
Subject: [PATCH] vopt_bool: use option as default property

Keep it in-line with vopt_with and vopt_enable.
---
 common/environment/setup/options.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/common/environment/setup/options.sh b/common/environment/setup/options.sh
index 948de79a9e1..83e0f9420f9 100644
--- a/common/environment/setup/options.sh
+++ b/common/environment/setup/options.sh
@@ -30,10 +30,8 @@ vopt_conflict() {
 }
 
 vopt_bool() {
-    local opt="$1" prop="$2"
-    if [ "$#" -lt "2" ]; then
-        msg_error "vopt_bool <build_option> <property>: missing values\n"
-    elif [ "$#" -gt "2" ]; then
+    local opt="$1" prop="${2:-$1}"
+    if [ "$#" -gt "2" ]; then
         msg_error "vopt_bool $opt: $(($# - 2)) excess parameter(s)\n"
     fi
     vopt_if "$1" "-D${prop}=true" "-D${prop}=false"

             reply	other threads:[~2020-09-18 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-18 13:04 sgn [this message]
2020-09-18 14:15 ` [PR PATCH] [Merged]: " q66

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24967@inbox.vuxu.org \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).