From cf136e2a899a9089cb069a2f8e9dab24012cb721 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sat, 7 Dec 2019 22:55:54 +0100 Subject: [PATCH] contrib/depdot.sh: set under the comments and closer to shopt --- contrib/depdot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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