Changes between Initial Version and Version 1 of Ticket #22157, comment 10
- Timestamp:
- 2022-06-21T21:11:36+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22157, comment 10
initial v1 2 2 > I use bash and the gnome-terminal and it works with both `Downloads/josm-latest` and `/usr/local/bin/josm-latest`. 3 3 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 6 Edit: 7 Not true: 8 9 {{{ 10 user@localhost:~$ ls -l /bin/sh 11 lrwxrwxrwx 1 root root 4 Dec 10 2020 /bin/sh -> dash 12 user@localhost:~$ ls -l /bin/bash 13 -rwxr-xr-x 1 root root 1234376 Aug 4 2021 /bin/bash 14 user@localhost:~$ diff -s /bin/bash /usr/bin/bash 15 Files /bin/bash and /usr/bin/bash are identical 16 }}}


