LucasLarson / update

update all the things
Other
1 stars 0 forks source link

perf: prepend POSIX utilities with `command -p` #42

Closed LucasLarson closed 8 months ago

LucasLarson commented 8 months ago

Prepending POSIX-guaranteed utilities with command -p instead of just command is more dependable. It provides mroe replicability by avoiding potentially hazardous calls to less secure aliases and symbolic links and will fix #41.