tfenv
tfenv copied to clipboard
Properly handle paths with whitespace
Before, tfenv
would exit with a mysterious error if its file location included any whitespace characters. Missing quotes were added to prevent word splitting, which causes this error.