Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 465cdae

Browse filesBrowse files
author
John Haley
committed
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 465cdae
Copy full SHA for 465cdae

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open 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 numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function build() {
9595

9696
if (asVersion) {
9797
prefix = (process.platform == "win32" ?
98-
"SET HOME=%HOME%\\.atom-shell-gyp && " :
98+
"SET HOME=%HOME%\\.atom-shell-gyp&& " :
9999
"HOME=~/.atom-shell-gyp");
100100

101101
target = "--target=" + asVersion;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.