mirror of
1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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