diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-02-16 10:12:34 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-02-16 10:12:34 -0600 |
commit | 5f98b0a73d390ef42c4219939610f7c8d17ab1cb (patch) | |
tree | 1176332ade33951d5d8cb308671b96a73b3dd676 /src | |
parent | e440eea026349b5e2e3f9e77b6cc38af12468331 (diff) |
Removed redundant exit call in pm-action.in
Diffstat (limited to 'src')
-rw-r--r-- | src/pm-action.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pm-action.in b/src/pm-action.in index 5694651..2a0caff 100644 --- a/src/pm-action.in +++ b/src/pm-action.in @@ -100,5 +100,3 @@ esac export PM_CMDLINE="$@" pm_main "${ACTION}" "${REVERSE}" - -exit $? |