Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Say `git submodule update --init` - it's shorter. | Ben Sturmfels | 2021-03-09 | 1 | -2/+1 |
| | |||||
* | Move "/usr/bin/env bash" to simply "/bin/sh" | Christopher Allan Webber | 2016-02-11 | 1 | -1/+1 |
| | | | | This makes working with Guix easier. | ||||
* | Fix #5315 - use `env` in shebangs | Loic Dachary | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | #5074: Added set -e to bootstrap.sh | Christopher Allan Webber | 2015-04-23 | 1 | -0/+2 |
| | | | | | This should make it so that if any of the commands in the script fail, the whole script fails. | ||||
* | Do git submodule init and git submodule update in bootstrap.sh | Christopher Allan Webber | 2014-10-10 | 1 | -0/+3 |
| | | | | | | Idea borrowed from guix bootstrap script. If this proves to not be great we can move it :) | ||||
* | Moving experimental-bootstrap.sh back to bootstrap.sh | Christopher Allan Webber | 2014-10-10 | 1 | -0/+4 |
| | |||||
* | Move ./bootstrap.sh to experimental-bootstrap.sh | Christopher Allan Webber | 2014-04-03 | 1 | -4/+0 |
| | |||||
* | Fix by lennax: Fix the AC_MSG_ERROR undefined macro error. | Christopher Allan Webber | 2013-10-07 | 1 | -0/+1 |
| | | | | Thanks Lennax! :) | ||||
* | add a couple missing files | Brandon Invergo | 2013-05-19 | 1 | -0/+3 |