9 Commits

Author SHA1 Message Date
Richard Kuhnt
3479fa2587 Some extract_dir fixes 2017-05-18 21:44:21 +02:00
Richard Kuhnt
89defbffc9 Unify the use of forced local filenames 2017-05-12 19:01:00 +02:00
Richard Kuhnt
5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00
Roy Ivy III
a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Roy Ivy III
57b93a013c FIX bash startup failure (within GOW)
* create the `etc` directory (if needed)

.# DISCUSSION

`bash` requires the `etc` directory for startup. However, `etc` is missing
from the GOW repo. There are current pull requests fixing this issue (see
bmatzelle/gow#192). But, this fixes the the issue while waiting for the GOW
repo to be updated. The fix here is compatible with all of the current possible
future GOW repo fixes.
2015-07-02 16:44:56 -05:00
Roy Ivy III
0ef4806272 FIX gow.bat file generation
* change method of generating gow.bat to generate a normal ASCII character file

.# DISCUSSION

At the PowerShell command line, using `echo STRING > FILE` will generate a
UTF-8-BOM or UTF-16-BOM encoded file. But, CMD interprets files as using the
128-character ASCII character set (character codes 0 to 127). CMD will tolerate
files using the full 256 character "extended-ASCII" set (or even larger
dual-byte character sets). But, in this circumstance, interpretation/display
is dependent on the currently selected code page. It's best to stick to pure
ASCII files if at all possible.

Using `STRING | Set-Content FILE` instead creates the correct ASCII character file.

NOTE: ASCII (not "extended-ASCII") and UTF-8 (non-BOM) encoded files are exactly equivalent.

ref: [Unicode UTF and BOM] http://www.unicode.org/faq/utf_bom.html @@ https://archive.is/TKnyk
ref: [Unicode and NET] http://csharpindepth.com/Articles/General/Unicode.aspx @@ https://archive.is/czs89
2015-07-02 16:30:47 -05:00
Simon Hartcher
850dd76d77 Fix #350 GOW fails to install due to wrong hash 2015-05-03 20:53:33 +10:00
Kody Brown
91fc5ce93b Renamed pre_create_shims to pre_install. Much better. 2014-08-14 22:21:14 -06:00
Kody Brown
b87fe38934 Fixed regex for far.json. Added Gow (Unix command line utilities installer for Windows, Alternative to Gygwin/BusyBox).. 2014-08-14 20:21:42 -06:00