Hello Robert,

On Wed, 2025-06-04 at 00:55 -0700, Robert Yang via Quilt-dev wrote:
> From: Robert Yang <[email protected]>
> 
> The /bin/sh is more common than /usr/bin/sh, the later one doesn't exist on
> distributions such as Ubuntu 22.04.

Ubuntu 24.04 has both. So presumably it was considered a problem that
/usr/bin/sh did not exist and it got fixed.

On the other hand, I'm told that FreeBSD still only has /bin/sh. So
using that makes sense.

> Signed-off-by: Robert Yang <[email protected]>
> ---
>  contrib/spec-filters/obs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/spec-filters/obs b/contrib/spec-filters/obs
> index 2f5b169..b675230 100755
> --- a/contrib/spec-filters/obs
> +++ b/contrib/spec-filters/obs
> @@ -1,4 +1,4 @@
> -#!/usr/bin/sh
> +#!/bin/sh
>  # Basic spec file filter for OBS packages
>  # https://build.opensuse.org/
> 

Applied, thanks.

-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to