summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9486ae)
raw | patch | inline | side by side (parent: c9486ae)
author | Jim Meyering <meyering@redhat.com> | |
Tue, 29 Sep 2009 05:42:25 +0000 (07:42 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 29 Sep 2009 15:30:13 +0000 (08:30 -0700) |
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-submodule.sh | patch | blob | history |
diff --git a/git-submodule.sh b/git-submodule.sh
index bfbd36b6f45097feaec92f107690224fc81c09c6..0462e529d934750fb63a5a897f135d60ac674b5e 100755 (executable)
--- a/git-submodule.sh
+++ b/git-submodule.sh
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" &&