about summary refs log tree commit diff
path: root/pkgs/tools/text
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/tools/text
parent7589df67ae606a37f6ec26baaa25f7578f7ae8c1 (diff)
* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/diffutils/builder.sh2
-rw-r--r--pkgs/tools/text/ed/builder.sh2
-rw-r--r--pkgs/tools/text/gnupatch/builder.sh2
-rw-r--r--pkgs/tools/text/xml/jing/script-builder.sh2
-rwxr-xr-xpkgs/tools/text/xml/jing/unzip-builder.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/text/diffutils/builder.sh b/pkgs/tools/text/diffutils/builder.sh
index 58dcc3d8ad0e0..6c508ed5614cf 100644
--- a/pkgs/tools/text/diffutils/builder.sh
+++ b/pkgs/tools/text/diffutils/builder.sh
@@ -1,3 +1,3 @@
-. $stdenv/setup
+source $stdenv/setup
 if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
 genericBuild
\ No newline at end of file
diff --git a/pkgs/tools/text/ed/builder.sh b/pkgs/tools/text/ed/builder.sh
index 0c4430cf2acf3..0e82ef42ccc78 100644
--- a/pkgs/tools/text/ed/builder.sh
+++ b/pkgs/tools/text/ed/builder.sh
@@ -1,4 +1,4 @@
-. $stdenv/setup || exit 1
+source $stdenv/setup || exit 1
 
 tar xvfz $src || exit 1
 cd ed-* || exit 1
diff --git a/pkgs/tools/text/gnupatch/builder.sh b/pkgs/tools/text/gnupatch/builder.sh
index 0dc0ba871d96e..35eaebe56c70c 100644
--- a/pkgs/tools/text/gnupatch/builder.sh
+++ b/pkgs/tools/text/gnupatch/builder.sh
@@ -1,4 +1,4 @@
-. $stdenv/setup || exit 1
+source $stdenv/setup || exit 1
 
 tar xvfz $src || exit 1
 cd patch-* || exit 1
diff --git a/pkgs/tools/text/xml/jing/script-builder.sh b/pkgs/tools/text/xml/jing/script-builder.sh
index b0c4648404c57..e989615bee492 100644
--- a/pkgs/tools/text/xml/jing/script-builder.sh
+++ b/pkgs/tools/text/xml/jing/script-builder.sh
@@ -1,4 +1,4 @@
-. $stdenv/setup || exit 1
+source $stdenv/setup || exit 1
 
 mkdir -p $out/bin || exit 1
 
diff --git a/pkgs/tools/text/xml/jing/unzip-builder.sh b/pkgs/tools/text/xml/jing/unzip-builder.sh
index c8cb54a2a0f90..5f8738da51cfd 100755
--- a/pkgs/tools/text/xml/jing/unzip-builder.sh
+++ b/pkgs/tools/text/xml/jing/unzip-builder.sh
@@ -1,5 +1,5 @@
 set -e
-. $stdenv/setup
+source $stdenv/setup
 
 $unzip/bin/unzip $src
 mkdir -p $out