From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Bronnikov Subject: Re: [kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable Date: Fri, 17 Mar 2017 08:11:22 +0300 Message-ID: <20170317051122.GA61717@Sergeys-MacBook-Pro-2.local> References: <20170315102550.GA44201@Sergeys-MacBook-Pro-2.local> <29e0ed97-d18a-acf8-2483-5c53db9ca053@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: kvm@vger.kernel.org To: Thomas Huth Return-path: Received: from [87.240.31.184] ([87.240.31.184]:44727 "EHLO gw.bronevichok.ru" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750961AbdCQFOL (ORCPT ); Fri, 17 Mar 2017 01:14:11 -0400 Content-Disposition: inline In-Reply-To: <29e0ed97-d18a-acf8-2483-5c53db9ca053@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08:38 Thu 16 Mar , Thomas Huth wrote: > On 15.03.2017 11:25, Sergey Bronnikov wrote: > > Some operating systems installs bash executable file to other directory > > than /bin. So it is better to use env utility to find bash. > > Which operating systems do you have in mind here? OpenBSD > Thomas