* "." -> "source".

svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
Eelco Dolstra
2005-12-05 14:11:09 +00:00
parent 7589df67ae
commit 82e678362f
195 changed files with 230 additions and 230 deletions
@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
PERL5LIB="$PERL5LIB${PERL5LIB:+:}$out/lib/site_perl"
@@ -31,11 +31,11 @@ preConfigure() {
}
if test -n "$perlPreHook"; then
. $perlPreHook
source $perlPreHook
fi
genericBuild
if test -n "$perlPostHook"; then
. $perlPostHook
fi
source $perlPostHook
fi