diff --git a/contrib/depdot.sh b/contrib/depdot.sh index d0061d02..4e0a9406 100755 --- a/contrib/depdot.sh +++ b/contrib/depdot.sh @@ -1,11 +1,11 @@ #!/bin/bash -set -e # Script to output the dependency graph of Gluon's packages # Limitations: # * Works only if directory names and package names are the same (true for all Gluon packages) # * Doesn't show dependencies through virtual packages correctly +set -e shopt -s nullglob