Commit Graph

12 Commits (master)

Author SHA1 Message Date
Simon Plakolb 55da5f7b6f Fix cutting of paths with equals signs
Cut splits by equals sign and takes the second field. This ignores path
contents after a second equals sign. Currently this prevents the
installation on NixOS as the nix store path automatically contains a
"=".

This PR instead selects all but the first field and equals sign, leaving
the passed paths as intended.
2 years ago
Pablo Santiago Blum de Aguiar dc9d2c32d5 Remove leading path element when extracting tarball
Ref.: #787
3 years ago
Pablo Santiago Blum de Aguiar 8ad49c583b Create OMF_PATH when installing offline
Fix #787
3 years ago
Frederick Henderson 5b9c4b4b68
Fixes #738 by changing the git config autocrlf test to check for what… (#742)
Fixes #738 by changing the git config autocrlf test to check for what we do not want to see "false".

Instead of trying to convert the output of git config autocrlf to binary, which will not always work as "input" is also a valid value in addition to true and false, we check for the value false and exit if it is found.
4 years ago
Kevin Konrad 82822d911b Add PR templates and update install.sha256 5 years ago
Itzik Ephraim a6a67be60b Use posix stderr redirection (2> instead of ^)
Fish is deprecating `^` as a shortcut for stderr redirection.
Replace with the more common and compatible `2>`.

Fixes #609
6 years ago
Stephen M. Coakley ce38c3d4e2
use path queries compatible with old fish 6 years ago
Stephen M. Coakley 7592f43dea
fix: smarter AWK detection that supports nawk 6 years ago
Stephen M. Coakley 5943c22650
fix: error with BSD readlink 6 years ago
Stephen M. Coakley 65590470bc fix: #577 add environment sanity checks 7 years ago
Stephen M. Coakley 5eb63f5dfc
Be more careful about restoring backups (fix #509) 7 years ago
Stephen M. Coakley c67aa9e166 Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer

* Fix Travis
7 years ago