aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/hotplug/NetBSD/block2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hotplug/NetBSD/block b/tools/hotplug/NetBSD/block
index cf5ff3a2f9..28135f5168 100644
--- a/tools/hotplug/NetBSD/block
+++ b/tools/hotplug/NetBSD/block
@@ -12,7 +12,7 @@ export PATH
error() {
echo "$@" >&2
- xenstore_write $xpath/hotplug-status error
+ xenstore-write $xpath/hotplug-status error
exit 1
}