]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - archive.sh
archive.sh,setup.sh: use set -u
[config/dotfiles.git] / archive.sh
index 5f8a0d2954f6875cefef35f1fdacda95a8eed7a7..26a0e8d667fb932068bed15ca2afc56ec4902d09 100755 (executable)
@@ -21,7 +21,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-set -e
+set -eu
 
 git_clone() {
     git clone "$1" "$2" >/dev/null