Entering a too short password gives an error (OK) but then seems to continue in a bad state instead of aborting:
-bash$ make install
go install ...
go install ...
-bash$ PATH="$PATH:$HOME/go/bin"
-bash$ ./make-genesis.sh
{...}
Enter a passphrase to encrypt your key to disk: <<entered a 4 character password>>
ERROR: password must be at least 8 characters
ERROR: Key dex-demo not found
ERROR: accepts 2 arg(s), received 1
/Users/perm/.dexcli/config/config.toml does not exist
configuration saved to /Users/perm/.dexcli/config/config.toml
configuration saved to /Users/perm/.dexcli/config/config.toml
configuration saved to /Users/perm/.dexcli/config/config.toml
configuration saved to /Users/perm/.dexcli/config/config.toml
ERROR: Key dex-demo not found
Collecting genesis txs...
ERROR: open /Users/perm/.dexd/config/gentx: no such file or directory
Validating genesis file...
validating genesis file at /Users/perm/.dexd/config/genesis.json
File at /Users/perm/.dexd/config/genesis.json is a valid genesis file
-bash$
Entering a too short password gives an error (OK) but then seems to continue in a bad state instead of aborting:
6584a13