extpass is producing giving me an error when having a `,` in my password. Can be tested this way: ``` #gocryptfs -extpass 'echo abc,123' -init testdir Reading password from extpass program "echo abc", arguments: ["123"] extpass cmd start failed: exec: "echo abc": executable file not found in $PATH ```