From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6727677240025284608 X-Received: by 2002:a1c:7c1a:: with SMTP id x26mr20720781wmc.115.1568037561468; Mon, 09 Sep 2019 06:59:21 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:df82:: with SMTP id z2ls3910649wrl.13.gmail; Mon, 09 Sep 2019 06:59:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqypcrbPOQB0Uv+OC1pt5Ae/X9f5cKbQ/FVYarHwUXxnL1RpRVjwTliF61SRDUsJDRQuSXdm X-Received: by 2002:a5d:6588:: with SMTP id q8mr9917058wru.184.1568037560938; Mon, 09 Sep 2019 06:59:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568037560; cv=none; d=google.com; s=arc-20160816; b=yQxSVTVhXG6RHitY7bDQa1GDk6vAnLYFAVyB1mylCubg3wYlgNnVQO9tO80t+RgD6m Y8XSGR9NMTfXQMj41hL7yZIyZHWnYYsLAmmYNcJNgEDIggm2GPLy6dEzwtg/K1gfqibJ QV/H8ldnRf8IJLj4ap1jdELZ60k8uq1rY4u12mDE7TeJ6ioKfK1N1H/BVIiPgvBW+KMu 4vLtRZlLA9TBiQbPu/bN/k8AzglX2FvNb1j9w6kIbjof8hSotLA034bDTS5Z0n7AkGiv nbwRPxNRf9Dgxd/2aVjKID7d4jrKEC1sLtqqDPqmv1ySXEdh7ia5VToCs/GfkQ/EULvQ eTqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=+fNeCg3Q4xGmtItyz3tp9rLKHWkMHLQqlGvKzSuSXrk=; b=v1LAnjq2lPLj9r4Xc+BCFtDtlBVmHHFYgp5uiZUXzmza4idCniRIGpU51XH6B2j1sn LXt9Sqwq7LPUJ9wgXcx9LivZGiZ5EBKZny5qxwQGAl+2D21fXYPI8ZLqVz8g+8SLjInk qDJX13EpYkG7CuInCwGgIpxF1+2tDYVKnLuXvZlTXCEm82x81yslimtNQlUdMU2mQQ22 eSORXlbqiNIrvzbpLK78dqoFP/k7AlRF8M3hwk9gLP2n5sjU7Z/15EWZ4jtRpbkb1lI5 oqKnfjKj9onkj6fb/VuB/zQXw6yxToE5g5exPVYpr5Upj9scsAvFC45g7xSsV9ixVIth dhyg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y3si116854wmj.0.2019.09.09.06.59.20 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Sep 2019 06:59:20 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x89DxIDc005772 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 9 Sep 2019 15:59:20 +0200 Date: Mon, 9 Sep 2019 15:59:18 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2] scripts: Avoid adding duplicate entries to PATH Message-ID: <20190909135918.GU6062@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <199abc3d-5887-7011-c4be-b08b909c1a04@siemens.com> <20190821184837.7279-1-Vijaikumar_Kangarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190821184837.7279-1-Vijaikumar_Kangarajan@mentor.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: hjpPGHO07TtV On Thu, Aug 22, 2019 at 12:18:37AM +0530, vijaikumar.kanagarajan@gmail.com wrote: > If the setup script is run multiple times in the same shell session, > PATH variable gets overpopulated with duplicate entries. Remove any > existing entries before adding. Applied to next, thanks. With kind regards, Baurzhan.