Hi Maxim,

Maxim Cournoyer <[email protected]> writes:

> * data/update-extensions.sh: Fix shebang for Guix System. Set execute bit.
> ---
>  data/update-extensions.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  mode change 100644 => 100755 data/update-extensions.sh
>
> diff --git a/data/update-extensions.sh b/data/update-extensions.sh
> old mode 100644
> new mode 100755
> index 66ea9ad..2c4db94
> --- a/data/update-extensions.sh
> +++ b/data/update-extensions.sh
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
>  
>  set -e
>  
> -- 
> 2.51.0

I don't want to apply this change.  It merely trades one assumed
hard-coded path for another.  This 'update-extensions.sh' script is not
meant to be used by ordinary users, and currently requires additional
manual work to be done after it is run.

     Thanks,
       Mark



Reply via email to