about summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-12-05 14:11:09 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-12-05 14:11:09 +0000
commit82e678362f25dfefd8c9952e4fa1ab3c1aca9ce6 (patch)
tree5f954fcb6549b8af8309210fd7f35d336f7e5a8d /pkgs/development/tools/documentation
parent7589df67ae606a37f6ec26baaa25f7578f7ae8c1 (diff)
* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/xdoc/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/documentation/xdoc/builder.sh b/pkgs/development/tools/documentation/xdoc/builder.sh
index 85855d6d2b845..4bc414ff7bfe5 100644
--- a/pkgs/development/tools/documentation/xdoc/builder.sh
+++ b/pkgs/development/tools/documentation/xdoc/builder.sh
@@ -1,4 +1,4 @@
-. $stdenv/setup
+source $stdenv/setup
 
 configureFlags="--with-aterm=$aterm --with-sglr=$sglr --with-pgen=$pgen
  --with-pt-support=$ptsupport --with-asf-library=$asflibrary --with-strategoxt=$strategoxt --with-graphviz=$graphviz --with-svn=$subversion"