forked from mirrors/nixpkgs
use the right path for env
svn path=/nixpkgs/trunk/; revision=4495
This commit is contained in:
parent
f46b1352fd
commit
a5a7f117c6
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue