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


Ignore:
Timestamp:
2022-06-21T21:11:36+02:00 (4 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22157, comment 10

    initial v1  
    22> I use bash and the gnome-terminal and it works with both `Downloads/josm-latest` and `/usr/local/bin/josm-latest`.
    33
    4 Sorry, I just rechecked and I still use `/usr/bin/dash` as standard shell.
     4~~Sorry, I just rechecked and I still use `/usr/bin/dash` as standard shell.~~
     5
     6Edit:
     7Not true:
     8
     9{{{
     10user@localhost:~$ ls -l /bin/sh
     11lrwxrwxrwx 1 root root 4 Dec 10  2020 /bin/sh -> dash
     12user@localhost:~$ ls -l /bin/bash
     13-rwxr-xr-x 1 root root 1234376 Aug  4  2021 /bin/bash
     14user@localhost:~$ diff -s /bin/bash /usr/bin/bash
     15Files /bin/bash and /usr/bin/bash are identical
     16}}}