X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/809b0acc18fa84089f453bf69a177246bf400bdf..cf88f08e584bbbbe61f2ee98f3436144eb4edeaf:/vcsh?ds=inline diff --git a/vcsh b/vcsh index e74910e..b240b60 100755 --- a/vcsh +++ b/vcsh @@ -359,7 +359,7 @@ if echo $VCSH_REPO_NAME | grep -q '/'; then fi check_dir() { - check_directory=$1 + check_directory="$1" if [ ! -d "$check_directory" ]; then if [ -e "$check_directory" ]; then fatal "'$check_directory' exists but is not a directory" 13