summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-09 14:43:14 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-09 14:43:14 -0500
commitcab059db8842ffcae4b34af9805e34f3ae4f41d3 (patch)
treef7b7a024218e039cf283dd1da94021d53ea80a71 /pm
parentfc6700f0bed495ca6323ad8223b8bdef5351837c (diff)
Fixed stupid typo in disablehook.
Diffstat (limited to 'pm')
-rw-r--r--pm/functions.in2
1 files changed, 1 insertions, 1 deletions
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()