Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seedrng: use posix positional params to avoid space splitting
The value of ${seed_dir} may have spaces in it, making the current argument string building method unsafe. Instead, use positional parameters to pass these arguments safely.
- Loading branch information