diff --git a/Functions/VCS_Info/VCS_INFO_reposub b/Functions/VCS_Info/VCS_INFO_reposub index 1c16f0e..0e6a8b0 100644 --- a/Functions/VCS_Info/VCS_INFO_reposub +++ b/Functions/VCS_Info/VCS_INFO_reposub @@ -9,5 +9,5 @@ local base=${1%%/##} printf '.' return 1 } -printf '%s' ${$(pwd -P)#$base/} +printf '%s' "${$(pwd -P)#$base/}" return 0