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-authentication | |
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-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index 85ff04f..5b98153 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -144,6 +144,7 @@ export GNUPGHOME_CORE export GNUPGHOME_SPHERE export GNUPGHOME export CORE_KEYLENGTH +export LOG_PREFIX # get subcommand COMMAND="$1" |