From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id C28D3493EE for ; Tue, 9 Apr 2024 21:52:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3F6CC68CF46; Wed, 10 Apr 2024 00:52:21 +0300 (EEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AB0706802CD for ; Wed, 10 Apr 2024 00:52:14 +0300 (EEST) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-6ecfea4f01cso1049310b3a.0 for ; Tue, 09 Apr 2024 14:52:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712699532; x=1713304332; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Njcj9rZ1zfy5KCTbhbzqXWS/DbMkAChfani/LzjUPho=; b=iHik/pN9NqoohmdYk5H1A3rCDsQnUllZNj+JWr1jbYAOxQ4F6Cqtm2Y2DpKFAo30Cv lNwYMoZvKpIHW9teIs0V3ZPT7fsKj7lCuAB0DQCpaRJgfMxJtGaE0jORMRTkZOR+ZVDZ GB0+n8yP4Pyu2Rb9Aor76nsDJXm7Et5oOwUcdaIp48K8Lq4wUndswmCmeLgW08u2cWLz iUlD+r1zuodfGL7/ORrI62hFROjlxxG9AN+Ht5ijlRhze30NCJdIas9UuTXEjkBMehTz xUf8nc1Y+YqSIj4Vt/wOay9jXenBwo+NZe4p0oKZfrK6svxC2zCKvazveXQkmAzs+ufo Rg9g== X-Gm-Message-State: AOJu0YxBMS8wvWnypPzCmHd1w9iSUXVVJOc2C9rsZmqA6bd82HNbh3+d JfkjPmqieW8PSIQgp3cLNjIumqlBE/zXib1OreW+tKfm7FlQa/qyLQQfy4m7A5ofxUd5ASh00up 5jOd9+GevNiHJrpksve2hkXkX3ZM3LthwG9358gYN22WNhHGYdgE= X-Google-Smtp-Source: AGHT+IHJPa0iBZGgeGkRQGmv2BH8LJu64tzy5FMCDAxRePb6IVoq6e8dUB01NDdW/UmMeptkkEe17ErD4ckoXcYjCu0= X-Received: by 2002:a05:6a20:1582:b0:1a3:c603:61d4 with SMTP id h2-20020a056a20158200b001a3c60361d4mr1196182pzj.3.1712699532303; Tue, 09 Apr 2024 14:52:12 -0700 (PDT) MIME-Version: 1.0 References: <20240409135034.95513-1-jdek@itanimul.li> <20240409135034.95513-2-jdek@itanimul.li> In-Reply-To: <20240409135034.95513-2-jdek@itanimul.li> From: Marth64 Date: Tue, 9 Apr 2024 16:52:01 -0500 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v3 2/5] ffbuild/libversion.sh: add shebang X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: > +#!/bin/sh Might I suggest `#!/usr/bin/env sh` instead for this case? I tend to prefer it from a portability and usability perspective, but I can imagine for sh it might not matter. I am not close to the patch that you are working on. But thought to throw this out there in case there is a platform or user relying on unique behaviour here. Thank you for your time, _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".