mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 08:06:23 +01:00 
			
		
		
		
	Changed Windows Subsystem for Linux's PWD to be the physical path rather than relative since windows cannot traverse a relative path inside the Linux subsystem.
This commit is contained in:
		| @@ -183,7 +183,7 @@ fi | ||||
|  | ||||
| # Change the PWD when working in Docker on Windows | ||||
| if [ -n "$UBUNTU_ON_WINDOWS" ]; then | ||||
|     HOST_PWD=$PWD | ||||
|     HOST_PWD=`pwd -P` | ||||
|     HOST_PWD=${HOST_PWD/\/mnt\//} | ||||
|     HOST_PWD=${HOST_PWD/\//:\/} | ||||
| elif [ -n "$MSYS" ]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Emmerich
					Emmerich