Commit Graph

12 Commits

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.
2022-09-29 22:39:22 +02:00
Pablo Santiago Blum de Aguiar
dc9d2c32d5 Remove leading path element when extracting tarball
Ref.: #787
2021-07-22 00:39:11 +02:00
Pablo Santiago Blum de Aguiar
8ad49c583b Create OMF_PATH when installing offline
Fix #787
2021-07-22 00:37:28 +02:00
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.
2020-03-21 13:15:46 -07:00
Kevin Konrad
82822d911b Add PR templates and update install.sha256 2019-06-13 21:17:42 +02:00
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
2018-06-09 01:23:32 +03:00
Stephen M. Coakley
ce38c3d4e2
use path queries compatible with old fish 2018-03-30 10:13:48 -05:00
Stephen M. Coakley
7592f43dea
fix: smarter AWK detection that supports nawk 2018-01-02 11:26:20 -06:00
Stephen M. Coakley
5943c22650
fix: error with BSD readlink 2018-01-02 10:52:08 -06:00
Stephen M. Coakley
65590470bc fix: #577 add environment sanity checks 2017-11-23 21:00:04 -06:00
Stephen M. Coakley
5eb63f5dfc
Be more careful about restoring backups (fix #509) 2017-05-16 09:52:57 -05:00
Stephen M. Coakley
c67aa9e166 Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer

* Fix Travis
2017-04-26 15:00:45 -05:00