summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-05-17 09:54:18 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-05-17 09:54:18 -0500
commit824f18a0d32f9f2a1ef661748bd35245a850af03 (patch)
tree527d0ce6ef9e94578bd2836b350471de136b4e2a
parente030d991958724c96d17adb244d64d17c4dd9df6 (diff)
arrgh, need to actually export PM_CMDLINE.
-rw-r--r--pm/pm-functions.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/pm-functions.in b/pm/pm-functions.in
index bd63998..98a1163 100644
--- a/pm/pm-functions.in
+++ b/pm/pm-functions.in
@@ -87,7 +87,7 @@ log()
update_parameters()
{
[ -f "${STORAGEDIR}/new-parm" ] || return
- PM_CMDLINE="$(get_parameters)"
+ export PM_CMDLINE="$(get_parameters)"
rm "${STORAGEDIR}/new-parm"
}