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

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sun Feb 24 02:22:13 PST 2013


On Sun, 24 Feb 2013, Lutz Vieweg wrote:
> 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?

Right.  Corrected by the 0003- patch.


Cheers,

-- 
Cristian


More information about the subsurface mailing list