use double quotes ..

This commit is contained in:
Kalamatee 2021-01-09 17:10:02 +00:00 committed by deadwood
parent 9bba7f3c4c
commit 046135a669
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# get repository ID via svn or via git
#
inside_git_repo=$(cd $1 && git rev-parse --is-inside-work-tree 2>/dev/null)
inside_git_repo=$(cd "$1" && git rev-parse --is-inside-work-tree 2>/dev/null)
if test -d "$1/.svn"; then
cd "$1"