projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf7029
)
fix darcs bug with relative srcdir
author
Joey Hess
<joey@gnu.kitenet.net>
Sat, 4 Apr 2009 23:07:19 +0000
(19:07 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sat, 4 Apr 2009 23:07:19 +0000
(19:07 -0400)
ikiwiki-makerepo
patch
|
blob
|
history
diff --git
a/ikiwiki-makerepo
b/ikiwiki-makerepo
index 8d590f0c20e114ff21298ec3f647617d6c41c8cf..31053503066e493a4638a3d9d514440d40256a5e 100755
(executable)
--- a/
ikiwiki-makerepo
+++ b/
ikiwiki-makerepo
@@
-128,8
+128,7
@@
darcs)
fi
mkdir -p "$repository"
- cd "$repository"
- darcs initialize
+ (cd "$repository" && darcs initialize)
mkdir -p "$srcdir"
cd "$srcdir"