1
0
Fork 0
mirror of synced 2024-05-31 22:41:09 -04:00

Fix bug in install script

Do not treat unbound variables as an error.
This commit is contained in:
Anish Athalye 2014-09-15 07:26:35 -04:00
parent 09a80230f5
commit 1d2918f82e

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eu
set -e
CONFIG="install.conf.json"
DOTBOT_DIR="dotbot"