From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A25EE5963 for ; Fri, 23 Oct 2015 18:07:49 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 23 Oct 2015 09:07:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,187,1444719600"; d="scan'208";a="833533551" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 23 Oct 2015 09:07:29 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by IRSMSX107.ger.corp.intel.com ([169.254.10.49]) with mapi id 14.03.0248.002; Fri, 23 Oct 2015 17:07:28 +0100 From: "Van Haaren, Harry" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] tools: exit setup script without prompt Thread-Index: AQHRDLWbrRcLb+WrIk+pju4XO22+rp55QBuw Date: Fri, 23 Oct 2015 16:07:28 +0000 Message-ID: References: <1445510187-2954-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1445510187-2954-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiJhMTkzYTFhYy1kNjgzLTQxZDQtYjgwOS03NWJjZWNlYThiYmEiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM1NoVmFBcUhrMGlUUlcrTzFUUlg0Vm4wTldvdmRVYlpGb29YaFRuN1VYZz0ifQ== x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] tools: exit setup script without prompt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 16:07:50 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Thursday, October 22, 2015 11:36 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] tools: exit setup script without prompt >=20 > Exit tools/setup.sh script without prompting "Press enter to continue". >=20 > The script can now be exited by typing the option number, "quit" or "q". >=20 > Signed-off-by: John McNamara Acked-by: Harry van Haaren