lib/update
changeset 98 a3734856e0fa
parent 94 1b02d8075676
child 100 44c32fd60997
--- a/lib/update	Sat Dec 21 22:43:38 2013 +0200
+++ b/lib/update	Sun Dec 22 15:33:32 2013 +0200
@@ -4,6 +4,8 @@
 ## Strict errors
 set -ue
 
+shopt -s globstar nullglob
+
 ## Library includes
 for lib in lib/update.*; do
     source $lib