Commit 465cdae
John Haley
Fix trailing space in atom-shell windows install
When installing on atom-shell in windows it would add a trailing
space to the .atom-shell-gyp directory. Removing that directory is
a pain since windows doesn't handle trailing spaces too well.
This is an attempt to fix that.1 parent 6352da1 commit 465cdaeCopy full SHA for 465cdae
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- lifecycleScripts
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
lifecycleScripts/install.js
Copy file name to clipboardExpand all lines: lifecycleScripts/install.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
95 | 95 | |
96 | 96 | |
97 | 97 | |
98 | | - |
| 98 | + |
99 | 99 | |
100 | 100 | |
101 | 101 | |
|
0 commit comments