From b1e2bb54f2defa7bd5a44f8c4700e3c81a1df500 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Apr 2009 16:01:57 +0000 Subject: [PATCH] * Doh! This broke pam_console (and probably system-config-printer). svn path=/nixpkgs/branches/stdenv-updates/; revision=15190 --- pkgs/development/tools/misc/automake/setup-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/automake/setup-hook.sh b/pkgs/development/tools/misc/automake/setup-hook.sh index 156e6ab6712..6f34f0d0ae1 100644 --- a/pkgs/development/tools/misc/automake/setup-hook.sh +++ b/pkgs/development/tools/misc/automake/setup-hook.sh @@ -1,5 +1,5 @@ addAclocals () { - addToSearchPathWithCustomDelimiter ACLOCAL_PATH $1/share/aclocal + addToSearchPathWithCustomDelimiter : ACLOCAL_PATH $1/share/aclocal } envHooks=(${envHooks[@]} addAclocals)