summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 17:11:59 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 17:11:59 -0500
commit7b64ab42881f4702b6a7800dc06c94a742109fda (patch)
tree55b93a0198bae90a69288a250711079afd10560b /src/monkeysphere
parent750314da835f95fa4db35e5715508c6a551dfac9 (diff)
switched $USER to $FILE_OWNER; new name is more semantically clear and less likely to collide with other common uses of $USER.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index aa9276c..1641d32 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -189,8 +189,8 @@ export GNUPGHOME
mkdir -p -m 0700 "$GNUPGHOME"
export LOG_LEVEL
-# explicitly set the USER variable, for checking file permissions
-export USER=$(whoami)
+# explicitly set the FILE_OWNER variable, for checking file permissions
+export FILE_OWNER=$(whoami)
# get subcommand
COMMAND="$1"