Anish Athalye
|
1d2918f82e
|
Fix bug in install script
Do not treat unbound variables as an error.
|
2014-09-15 07:27:06 -04:00 |
|
Anish Athalye
|
11dd1e2eac
|
Make install script safer
Call `set -e` to make the script exit if any command fails and `set -u`
to treat unset variables as an error.
|
2014-08-18 11:57:17 -07:00 |
|
Anish Athalye
|
62db03c969
|
Fix bug in install script
Double quote array expansion to prevent breaking on spaces.
|
2014-08-05 15:30:00 -07:00 |
|
Anish Athalye
|
d17e5c8b48
|
Fix portability for install script
|
2014-08-03 14:46:55 -07:00 |
|
Anish Athalye
|
4da9a85b30
|
Add example install script
|
2014-03-20 21:59:23 -04:00 |
|