mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Extend $PATH in common.sh with system $PATH.
This lets junest work on non-FHS systems such as GNU Guix.
This commit is contained in:
parent
f0e82bf8bf
commit
e5f14c3735
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ JUNEST_TEMPDIR=${JUNEST_TEMPDIR:-/tmp}
|
|||
|
||||
# The update of the variable PATH ensures that the executables are
|
||||
# found on different locations
|
||||
PATH=/usr/bin:/bin:/usr/local/bin:/usr/sbin:/sbin:${HOME}/.local/bin
|
||||
PATH=/usr/bin:/bin:/usr/local/bin:/usr/sbin:/sbin:${HOME}/.local/bin:"$PATH"
|
||||
|
||||
# The executable uname is essential in order to get the architecture
|
||||
# of the host system, so a fallback mechanism cannot be used for it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue