about summary refs log tree commit diff
path: root/pkgs/tools/text/gnupatch/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/gnupatch/builder.sh')
-rw-r--r--pkgs/tools/text/gnupatch/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnupatch/builder.sh b/pkgs/tools/text/gnupatch/builder.sh
index 0dc0ba871d96..35eaebe56c70 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