Changes between Initial Version and Version 1 of Ticket #22088, comment 10


Ignore:
Timestamp:
2022-06-23T00:45:47+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22088, comment 10

    initial v1  
    33> * `set -ex` seems to be wrong
    44> * 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.
     5Not 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.
    66>
    77> 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`