projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9823a4
)
Remove duplicate getenv(DB_ENVIRONMENT) call
author
Linus Torvalds
<torvalds@ppc970.osdl.org.(none)>
Tue, 19 Apr 2005 21:11:06 +0000
(14:11 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org.(none)>
Tue, 19 Apr 2005 21:11:06 +0000
(14:11 -0700)
Noted by Tony Luck.
init-db.c
patch
|
blob
|
history
diff --git
a/init-db.c
b/init-db.c
index
65898fa
..
b002dc6
100644
(file)
--- a/
init-db.c
+++ b/
init-db.c
@@
-7,7
+7,7
@@
int main(int argc, char **argv)
{
- char *sha1_dir
= getenv(DB_ENVIRONMENT)
, *path;
+ char *sha1_dir, *path;
int len, i;
if (mkdir(".git", 0755) < 0) {