Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Eduardo Bustamante Newsgroups: gnu.bash.bug Subject: Re: Assignment of $* to a var removes spaces on unset IFS. Date: Mon, 13 Aug 2018 18:16:46 -0700 Lines: 15 Approved: bug-bash@gnu.org Message-ID: References: <28958.1534206249@jinx.noi.kre.to> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1534209423 7380 208.118.235.17 (14 Aug 2018 01:17:03 GMT) X-Complaints-To: action@cs.stanford.edu Cc: binaryzebra@gmail.com, bug-bash , Chet Ramey To: Robert Elz Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9f6o6/6+FKn25X2PnrsEbeZx+0MLsFlQZ4hqATcwGuo=; b=qSGyjCQVuv5nsXdCX8HJxdQAXOMbeCmRIndhVoUDsu460w/W4h1Ya9H+Gj9onhkXfe IQo52bcv+2VfrLKzVyGi/CveWSjQofc07Hal3fgZgZbFRK9ZcOJzTOdv1W701gj+V4Nl QNBMo3YOnWMZLbbw4Lc3q5pOkljmo39c7JWENIv+LxybbfKB9rRP+goRG/BuC0qcAUNj Zl31mRU6JCiiipPLmwAVLcH5W8E+iqkM9VEyT6L5eC5Dq+Bo02Dci1ei7i7lucjpkEpQ 7DNdaO7WEoFctsq0dU/s+IUhMexpEj5rQUCp2ntnfvjUq7KYcTBB8f6jIWvNfODFGEk2 hsqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9f6o6/6+FKn25X2PnrsEbeZx+0MLsFlQZ4hqATcwGuo=; b=qV3FXJb8oF210cWYjLMfu8WtAWkt7ZrJ4I1a/p0yiXDy+MFGVpUvpdUcemamMApTPO i4qRT2mKj8d5NXgJ8ucXiGzkKxqHiMReVJQfMkOmW6tdikbNfu+BZ6cZFSmTTBaJMfXv QLZvi+q5Q5YFT0DrUQouefiP9fK1eM92f8fbvZv3zSZOSSYM/+nnrRXH7vYZ5UtqjfQF KgzwR+A6LcS0bVtZfjJ8vpMgkBQpq5UM0ou2hQFvRO0/lakPYtjQEmYm12oZDN+yapdp UlNJNcFlGFQRQqydOA4G3KJCeJRR8j+w2pgCjTg3kHksMFBtjL9o58BNovYVcK/6HQwq aVTg== X-Gm-Message-State: AOUpUlHntjjjXtTykKigrRnYv9Hp/5+s2qKOL8m/YoW8/RWwOHZDdKBZ rabxw5v2rW8B41ZxZ0X+GAQltqchsJeW04BrC+g= X-Google-Smtp-Source: AA+uWPyvrGv3mPyZAwNFsn4fbo1xoalIT7Ce4SZ/wPY1/rUtAH3nkOHHOyz64xnBjkN6gqFNMwmucNZ3QF9BFTPTyJ8= X-Received: by 2002:ac2:418b:: with SMTP id z11-v6mr12047908lfh.3.1534209417990; Mon, 13 Aug 2018 18:16:57 -0700 (PDT) In-Reply-To: <28958.1534206249@jinx.noi.kre.to> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::134 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14476 On Mon, Aug 13, 2018 at 5:25 PM Robert Elz wrote: [...] > What's more, reporting bugs in bash 4.3 is just a waste of everyone's time. > Upgrade to (at least) the current released version, and use that instead. Adding to this point: * bash 4.3 was released 4 years ago (2014-02-26) * bash 4.4 is the current release of bash (2016-09-15) * bash 5.0 is in alpha state (2018-05-22) I know that some stable Linux distributions might still be distributing 4.3, but that just means that you have to report the bug against these distros, not upstream.