mirror of
https://github.com/dreemurrs-embedded/Jumpdrive.git
synced 2024-11-19 05:09:50 +00:00
Pass purism-librem5.lst to uuu relative to boot-purism-librem5.sh
This modification passes purism-librem5.lst to uuu relative to the location of boot-purism-librem5.sh rather than from pwd. In this way, a user does not have to cd into the directory containing boot-purism-librem5.sh for uuu to read purism-librem5.lst properly.
This commit is contained in:
parent
ee695a0930
commit
28af541515
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
uuu purism-librem5.lst
|
||||
REPOROOT="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
|
||||
uuu $REPOROOT/purism-librem5.lst
|
||||
|
Loading…
Reference in New Issue
Block a user