diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-07 12:59:36 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-07 12:59:36 -0500 |
commit | cea48901e37c2c6a370cbbdb5ceee2e197182c71 (patch) | |
tree | 20d94ba333dc17e840c1b855d953322ed527c828 /src/monkeysphere-host | |
parent | 468c49b6fed363f509fc86dfd8241b705ec6c096 (diff) |
fix the marginal ui output so that it's not prefixed by the
LOG_PREFIX. also make sure to always export the LOG_PREFIX, so that
it gets passed to subprocces su_monkeysphere_user.
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index b052ca1..da7fc9c 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -242,6 +242,7 @@ export PROMPT export GNUPGHOME_HOST export GNUPGHOME export HOST_FINGERPRINT +export LOG_PREFIX # get subcommand COMMAND="$1" |