diff options
Diffstat (limited to 'src/pm-action.in')
-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 $? |