contrib/depdot.sh: set under the comments and closer to shopt

This commit is contained in:
Jan-Tarek Butt 2019-12-07 22:55:54 +01:00
parent 22f3ccb8b9
commit cf136e2a89

View File

@ -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