Remove trailing space in cygwin

This commit is contained in:
Ross Smith II 2017-07-08 10:09:02 -07:00
parent dacb936a5b
commit c4e100bc19

View File

@ -20,7 +20,7 @@
"url": "https://cygwin.com/setup-x86.exe" "url": "https://cygwin.com/setup-x86.exe"
} }
} }
}, },
"bin": [ "bin": [
[ [
"root\\bin\\bash.exe", "root\\bin\\bash.exe",
@ -49,9 +49,9 @@
], ],
"pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"", "pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"",
"shortcuts": [ "shortcuts": [
[ [
"root\\Cygwin.bat", "root\\Cygwin.bat",
"Cygwin" "Cygwin"
] ]
] ]
} }