about summary refs log tree commit diff
path: root/pkgs/build-support/fetchcvs/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchcvs/builder.sh')
-rw-r--r--pkgs/build-support/fetchcvs/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchcvs/builder.sh b/pkgs/build-support/fetchcvs/builder.sh
index 3a1df2553e15..6ee594b33b27 100644
--- a/pkgs/build-support/fetchcvs/builder.sh
+++ b/pkgs/build-support/fetchcvs/builder.sh
@@ -6,7 +6,7 @@ source $stdenv/setup
 # should work (but didn't - got no response on #cvs)
 # See als man Page for those options
 
-ensureDir export
+mkdir -p export
 if [ -n "$tag" ]; then
     tag="-r $tag"
 else