Quote argument to readlink

This commit is contained in:
Ivan Malison 2016-08-26 16:36:21 -07:00
parent 8b4f752183
commit 7c2669af81
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -441,5 +441,5 @@ function in_git_directory {
} }
function which_readlink { function which_readlink {
readlink -f $(which $1) readlink -f "$(which $1)"
} }