From cab059db8842ffcae4b34af9805e34f3ae4f41d3 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Sun, 9 Mar 2008 14:43:14 -0500 Subject: Fixed stupid typo in disablehook. --- pm/functions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pm') diff --git a/pm/functions.in b/pm/functions.in index c9ce8fc..af4e291 100644 --- a/pm/functions.in +++ b/pm/functions.in @@ -156,7 +156,7 @@ restartservice() disablehook() { - echo "${2:-${0$$*/}}" > "${STORAGEDIR}/disable_hook:${1##*/}" + echo "${2:-${0##*/}}" > "${STORAGEDIR}/disable_hook:${1##*/}" } savestate() -- cgit v1.2.3