mirror of
				https://github.com/mintty/wsltty.git
				synced 2025-10-31 15:12:08 +00:00 
			
		
		
		
	additional quoting for CMD variables (#213)
This commit is contained in:
		| @@ -5,7 +5,7 @@ case "$installdir" in | ||||
| "")	custominst=false;; | ||||
| esac | ||||
|  | ||||
| INSTDIR=${installdir:-$LOCALAPPDATA/wsltty} | ||||
| INSTDIR="${installdir:-$LOCALAPPDATA/wsltty}" | ||||
| INSTDIR=`cd "$INSTDIR"; pwd` | ||||
| installdir=${installdir:-'%LOCALAPPDATA%\wsltty'} | ||||
|  | ||||
| @@ -15,7 +15,7 @@ case "$INSTDIR" in | ||||
| *)	TARGETPATH="$INSTDIR"/bin/mintty.exe;; | ||||
| esac | ||||
|  | ||||
| CONFDIR=${configdir:-$APPDATA/wsltty} | ||||
| CONFDIR="${configdir:-$APPDATA/wsltty}" | ||||
| configdir=${configdir:-'%APPDATA%\wsltty'} | ||||
|  | ||||
| PATH=/bin:"$PATH":$SYSTEMROOT/System32 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user