git ssb

10+

Matt McKegg / patchwork



Commit c1b0e145a000b4c06d70548833c71b6de04d3f27

quote with spaces

now i see why it would fail before on Cmd: https://ss64.com/nt/syntax-esc.html.

> If a single parameter contains spaces, you can still pass it as one item by surrounding in "quotes" - this works well for long filenames.

this change fixes that by quoting the arguments with spaces inside.
Michael Williams committed on 5/29/2017, 8:51:45 AM
Parent: f23cec175f1508ad225f5332c87927995639505a

Files changed

package.jsonchanged
package.jsonView
@@ -8,9 +8,9 @@
88 "scripts": {
99 "test": "echo \"Error: no test specified\" && exit 1",
1010 "start": "electron index.js",
1111 "postinstall": "npm run rebuild",
12- "rebuild": "cross-script npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell"
12 + "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell"
1313 },
1414 "author": "Secure Scuttlebutt Consortium",
1515 "license": "GPL-3.0",
1616 "dependencies": {

Built with git-ssb-web