syntactic cleanup on monkeysphere.1 (thanks, lintian -I)
[monkeysphere.git] / src / monkeysphere
index aa9276cc426ece8925f55f475db789d704deeb3a..1641d32ef47a15f6fe7a4660391a1d38f1a5b806 100755 (executable)
@@ -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"