From a5a7f117c6bfa80bbff9def23cf7eb9169e00783 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 5 Jan 2006 17:45:15 +0000 Subject: [PATCH] use the right path for env svn path=/nixpkgs/trunk/; revision=4495 --- pkgs/os-specific/linux/hotplug/hotplug-2004_03_29-bash.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/hotplug/hotplug-2004_03_29-bash.patch b/pkgs/os-specific/linux/hotplug/hotplug-2004_03_29-bash.patch index 1e250291f09..b8c67db4088 100644 --- a/pkgs/os-specific/linux/hotplug/hotplug-2004_03_29-bash.patch +++ b/pkgs/os-specific/linux/hotplug/hotplug-2004_03_29-bash.patch @@ -55,7 +55,7 @@ diff -ruN hotplug-2004_03_29/etc/hotplug.d/default/default.hotplug hotplug-2004_ # DEBUG=yes export DEBUG -debug_mesg "arguments ($*) env (`env`)" -+debug_mesg "arguments ($*) @coreutils@/bin/env (`env`)" ++debug_mesg "arguments ($*) env (`@coreutils@/bin/env`)" # # Only one required argument: event type type being dispatched.