---
 master/import-run | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/master/import-run b/master/import-run
index f69e00d..77fe3b5 100755
--- a/master/import-run
+++ b/master/import-run
@@ -10,6 +10,13 @@ umask 022
 
 CONFIG="$BASE/etc/snapshot.conf"
 
+if [ -z "${HOME:-}" ]; then
+       HOME="$(getent passwd "`id -u`" | awk -F: '{print $6}')"
+       export HOME
+fi
+
+LC_CTYPE=C.UTF-8
+export LC_CTYPE
 
 if [ "${2:-""}" = "-v" ] ; then
        verbose="--verbose"
-- 
2.1.4



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to