summaryrefslogtreecommitdiff
path: root/src/share/ma/update_users
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/share/ma/update_users
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/share/ma/update_users')
-rw-r--r--src/share/ma/update_users2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/update_users b/src/share/ma/update_users
index 195e982..a48bbd1 100644
--- a/src/share/ma/update_users
+++ b/src/share/ma/update_users
@@ -88,7 +88,7 @@ for uname in $unames ; do
cat "$authorizedUserIDs" > "$TMP_AUTHORIZED_USER_IDS"
# export needed variables
- export USER="$uname"
+ export FILE_OWNER="$uname"
export AUTHORIZED_KEYS
export TMP_AUTHORIZED_USER_IDS