diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:43:14 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:43:14 -0500 |
commit | cab059db8842ffcae4b34af9805e34f3ae4f41d3 (patch) | |
tree | f7b7a024218e039cf283dd1da94021d53ea80a71 /pm | |
parent | fc6700f0bed495ca6323ad8223b8bdef5351837c (diff) |
Fixed stupid typo in disablehook.
Diffstat (limited to 'pm')
-rw-r--r-- | pm/functions.in | 2 |
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() |