# HG changeset patch # User Vladimir Kvashin # Date 1492769099 -10800 # Fri Apr 21 13:04:59 2017 +0300 # Branch release82 # Node ID df34dea35310e75d7de11fd010f098f2ff73caea # Parent 6f80c09ac0fad326ba8dfebf9c2b915fdc2cc985 additional fix for #270389 (Remote operations fail when login name contains backslash) - fixed remote temp dir name diff -r 6f80c09ac0fa -r df34dea35310 dlight.nativeexecution/release/bin/nativeexecution/hostinfo.sh --- a/dlight.nativeexecution/release/bin/nativeexecution/hostinfo.sh Thu Apr 20 15:40:29 2017 +0300 +++ b/dlight.nativeexecution/release/bin/nativeexecution/hostinfo.sh Fri Apr 21 13:04:59 2017 +0300 @@ -137,7 +137,7 @@ USER=${USER:-`logname 2>/dev/null`} USER=${USER:-${USERNAME}} -USER_D=`echo ${USER} | sed "s/\\\/_/"` +USER_D=`echo ${USER} | sed "s/\\\\\/_/"` TMPBASE=${TMPBASE:-/var/tmp} SUFFIX=0