aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <donnie@supernova.(none)>2006-05-21 19:25:39 -0700
committerDonnie Berkholz <donnie@supernova.(none)>2006-05-21 19:25:39 -0700
commit37c315ceebb78407543828ef5df257b83419695c (patch)
treeee4778aa968779e1b6820923f6a124dbd2bebe84 /eclass
parentChanges from ferdy: (diff)
downloaddberkholz-37c315ceebb78407543828ef5df257b83419695c.tar.gz
dberkholz-37c315ceebb78407543828ef5df257b83419695c.tar.bz2
dberkholz-37c315ceebb78407543828ef5df257b83419695c.zip
Fix typo for EGIT_PATCHES.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index ca77f71..2b5fef8 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -103,7 +103,7 @@ EGIT_UPDATE_CMD="git fetch -f -n -u"
# 2. scan it under FILESDIR and epatch it, if the patch exists in FILESDIR.
# 3. die.
#
-: ${EGIT_BOOTSTRAP:=}
+: ${EGIT_PATCHES:=}
## -- EGIT_BRANCH: