From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40070 invoked by alias); 26 Oct 2018 04:16:27 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 38754 invoked by uid 89); 26 Oct 2018 04:16:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Austin, austin, H*r:Unknown, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 26 Oct 2018 04:15:58 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1540527357; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=50YHx9A2fy3k4hc4prrIlzjLKqjM9ClzWBDoUbKeXPI=; b=xEtO35fbhu261fHbLDC01x+e98ZZmX/h4NuvYGXFT8Xx128o/lx4FMqYMlsx7qMXjTFEowLo dtI0KCEWzmejAdlmdqO+cXHXNiErD/Ekm6cBKH63yrYIVtUltXMGd9RupkDQptEQB7ntB+qH /+WcYSG3TZ9c5kVIXmRAH+BArzU= X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5bd294fc.7f835c3022a0-smtp-out-n03; Fri, 26 Oct 2018 04:15:56 -0000 (UTC) Date: Fri, 26 Oct 2018 04:16:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bd294fbc0b4d_1c002ad4d174858066c8@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 93d86b: Prevent Bash from searching $PATH when sourcing th... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bd294fbc07a6_1c002ad4d174858065a4"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00027.txt.bz2 ----==_mimepart_5bd294fbc07a6_1c002ad4d174858065a4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1544 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 93d86b7e5cc58fcb0c44f0666cdc05052cc8e8e2 https://github.com/crosstool-ng/crosstool-ng/commit/93d86b7e5cc58fcb0c44f0666cdc05052cc8e8e2 Author: Austin Beer Date: 2018-10-24 (Wed, 24 Oct 2018) Changed paths: M scripts/functions Log Message: ----------- Prevent Bash from searching $PATH when sourcing the .config file Commit: 11e65e75f9cc3e89d9efa3891445796453284cd2 https://github.com/crosstool-ng/crosstool-ng/commit/11e65e75f9cc3e89d9efa3891445796453284cd2 Author: Austin Beer Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M scripts/functions Log Message: ----------- Add comment about preventing Bash from searching $PATH Commit: e12e90c798a7c27cb0d7edfba4e7bcd80fc68b65 https://github.com/crosstool-ng/crosstool-ng/commit/e12e90c798a7c27cb0d7edfba4e7bcd80fc68b65 Author: Alexey Neyman Date: 2018-10-25 (Thu, 25 Oct 2018) Changed paths: M scripts/functions Log Message: ----------- Merge pull request #1069 from austin-beer/master Prevent Bash from searching $PATH when sourcing the .config file Compare: https://github.com/crosstool-ng/crosstool-ng/compare/4a2b3830d90b...e12e90c798a7 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5bd294fbc07a6_1c002ad4d174858065a4--