Build fails on Windows if user is logged into a domain
------------------------------------------------------
Key: HBASE-520
URL: https://issues.apache.org/jira/browse/HBASE-520
Project: Hadoop HBase
Issue Type: Bug
Components: build
Affects Versions: 0.1.0, 0.2.0
Environment: Windows Server 2003
Reporter: Chris Richard
Build fails due to invalid output by saveVersion.sh:
user=`whoami` results in the string "domain\user" which is an invalid escape
sequence down the line (or something else bad). I tried to figure out how to
use sed to escape the backslash, but failed miserably and just removed the
whoami altogether to workaround.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.