Quote argument to readlink

This commit is contained in:
2016-08-26 16:36:21 -07:00
parent 8b4f752183
commit 7c2669af81

View File

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