contrib/depdot.sh: set under the comments and closer to shopt
This commit is contained in:
parent
22f3ccb8b9
commit
cf136e2a89
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user