gavalian / hipo

High Performance Output Data format for experimental Physics
2 stars 9 forks source link

fix: do not prepend `$PATH` in `this_hipo.sh` if `bin/` is not installed #70

Open c-dilks opened 4 days ago

c-dilks commented 4 days ago

Closes #69

When no executables are installed, the bin/ directory is not created. this_hipo.sh needs to check for existence of a directory, before modifying related environment variables.