summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-09 20:09:38 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-09 20:09:38 -0600
commitf3fa39954440adf512b624e137e2d181dc24939b (patch)
tree713d579aaf1c77e0d9c372d25821997704d3e49d
parenteb6035a9f7b159927de5a24e7a7ef2c2f700e4c2 (diff)
Should be ${REVERSE}, not {$REVERSE} in pm-action.in
I am so embarrased.
-rw-r--r--src/pm-action.in2
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 $?