﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23951	Startup Shell Script Warning	pch13@…	team	"When I start JOSM in a terminal I see this error/warning message:


{{{
/usr/bin/josm: Zeile 61: [: : Ganzzahliger Ausdruck erwartet.
}}}


The script in line 61 wants an integer but got something different. I run the code there manually:


{{{
$ free --mega
              gesamt      belegt       frei     gemeinsam    Zwischen   verfügbar
Speicher:       16643        8531         484         882        7627        6885
}}}


It might work like this:


{{{
$ LANG=C free --mega
              total        used        free      shared  buff/cache   available
Mem:          16643        8533         488         876        7621        6890
}}}


Running JOSM/1.5 (19230 de) Linux Ubuntu 20.04.6 LTS"	defect	closed	normal	24.10	Core	tested	fixed	Linux	sebastic
