Author :
millert
Date :
2023-05-18 18:29:28
Hash :8e836504 Message :user: handle paths with whitespace / metacharacters
Use execv(3) instead of system(3) to run external commands.
This avoids problems with whitespace and shell metacharacters
in path names. OK op@