[Lunar-commits] <moonbase> git: Fixed the typo pointed out by niki.
Terry Chan
tchan at lunar-linux.org
Wed Apr 16 02:04:26 CEST 2008
commit b466266917ab679b24257995b0dfa6a27f6eac42
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Apr 15 19:04:26 2008 -0500
git: Fixed the typo pointed out by niki.
---
devel/git/plugin.d/download-git.plugin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/devel/git/plugin.d/download-git.plugin b/devel/git/plugin.d/download-git.plugin
index b5713dd..326edd7 100644
--- a/devel/git/plugin.d/download-git.plugin
+++ b/devel/git/plugin.d/download-git.plugin
@@ -102,7 +102,7 @@ plugin_source_needrefresh_git() {
return 0
fi
- REPOSITORY_THRESHOLD=${EPOSITORY_THRESHOLD:-10}
+ REPOSITORY_THRESHOLD=${REPOSITORY_THRESHOLD:-10}
if (( "GIT_THRESHOLD" > 0 )) ; then
if [ "$(find $3/$2 -amin +$REPOSITORY_THRESHOLD)" == "$3/$2" ] ; then
# it is older:
More information about the Lunar-commits
mailing list