[Pm-utils] [PATCH 15/17] Should be ${REVERSE}, not {$REVERSE} in pm-action.in

Victor Lowther victor.lowther at gmail.com
Sat Feb 9 18:31:19 PST 2008


I am so embarrased.
---
 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 $?
-- 
1.5.3.8



More information about the Pm-utils mailing list