Changes between Initial Version and Version 1 of Ticket #22088, comment 10
- Timestamp:
- 2022-06-23T00:45:47+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22088, comment 10
initial v1 3 3 > * `set -ex` seems to be wrong 4 4 > * Are the two different paths `#!/usr/bin/env bash` != `#!/usr/bin/bash` between latest and tested intended? 5 Not wholly -- I was intending to make them the same. That was changed to make certain the `checkbashisms` command passed with at least one of them (it passed ''locally'' in r18497 on Mac, but failed ''locally' with Ubuntu). With that said, the `set -ex` for latest isn't wholly wrong (AKA, better debug output). It is just slightly more verbose. 5 Not wholly -- I was intending to make them the same. That was changed to make certain the `checkbashisms` command passed with at least one of them (it passed ''locally'' in r18497 on Mac, but failed ''locally'' with Ubuntu). With that said, the `set -ex` for latest isn't wholly wrong (AKA, better debug output). It is just slightly more verbose. 6 6 > 7 7 > My hope was that in longterm we could use only on startup script for both, latest and tested, and set all variables in `/etc/default/josm` resp. `/etc/default/josm-latest`


