X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-submodule.sh;h=0462e529d934750fb63a5a897f135d60ac674b5e;hb=86140d56c150aa17e6c98dde4ba669516f3c302a;hp=bfbd36b6f45097feaec92f107690224fc81c09c6;hpb=6ea71fe7d36cf5b81c2100d97a822ecf0bc04746;p=git.git diff --git a/git-submodule.sh b/git-submodule.sh index bfbd36b6f..0462e529d 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -98,7 +98,7 @@ module_clone() if test -d "$path" then rmdir "$path" 2>/dev/null || - die "Directory '$path' exist, but is neither empty nor a git repository" + die "Directory '$path' exists, but is neither empty nor a git repository" fi test -e "$path" &&