Commit fb1790cd authored by Simon Ruderich's avatar Simon Ruderich

use set -u to catch uninitialized variables

parent 5fedf3b3
#!/bin/bash
set -e
set -eu
. ./config.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment