[PATCH 1/3] Replace the '==' bashism with the posix equivalent '='.

Lutz Vieweg lvml at 5t9.de
Sun Feb 24 02:19:30 PST 2013


On 02/24/2013 10:48 AM, Cristian Ionescu-Idbohrn wrote:
> diff --git a/scripts/get-version b/scripts/get-version
> index 4da0185..4427ca0 100755
> --- a/scripts/get-version
> +++ b/scripts/get-version
> @@ -5,7 +5,7 @@
>   #      (see below)
>
>   set -eu
> -#set -x
> +set -x

This looks like a non-intentional remnant from debugging, right?

Regards,

Lutz Vieweg


More information about the subsurface mailing list