diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-02-09 20:09:38 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-02-09 20:09:38 -0600 |
commit | f3fa39954440adf512b624e137e2d181dc24939b (patch) | |
tree | 713d579aaf1c77e0d9c372d25821997704d3e49d | |
parent | eb6035a9f7b159927de5a24e7a7ef2c2f700e4c2 (diff) |
Should be ${REVERSE}, not {$REVERSE} in pm-action.in
I am so embarrased.
-rw-r--r-- | src/pm-action.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in index 23f2749..5694651 100644 --- a/src/pm-action.in +++ b/src/pm-action.in @@ -99,6 +99,6 @@ esac export PM_CMDLINE="$@" -pm_main "${ACTION}" "{$REVERSE}" +pm_main "${ACTION}" "${REVERSE}" exit $? |