diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:56:05 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-09 14:56:05 -0500 |
commit | 73157d2bd3fc9ece5b5747bf69dfc39d4b2e0390 (patch) | |
tree | c40da9548ead94b1dc3b9ce62701d413e2aea3c0 /src | |
parent | 47cc4095aa3a310b829a9b274d5de0f7e6af7326 (diff) |
Move PM_CMDLINE declaration into pm_functions.in.
This lays the groundwork for allowing the user to add default parameters
to potentially override the ones that HAL passes to us.
Diffstat (limited to 'src')
-rw-r--r-- | src/pm-action.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in index 3359a1b..3872853 100644 --- a/src/pm-action.in +++ b/src/pm-action.in @@ -29,7 +29,6 @@ . "@PM-UTILS-LIBDIR@/pm-functions" # save the command line parameters for the hooks. -export PM_CMDLINE="$*" help() { echo "${0##*/} [options]" |