summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/list-build-dependencies1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/list-build-dependencies b/scripts/list-build-dependencies
index 21cc56ff..a61c3ad3 100755
--- a/scripts/list-build-dependencies
+++ b/scripts/list-build-dependencies
@@ -82,6 +82,7 @@ curl -L https://github.com/vyos/vyos-world/raw/$GIT_BRANCH/debian/control \
--output /tmp/vyos-world.control --retry 100 --retry-delay 1 --silent
VYOS_PACKAGES=$(get_runtime_depends /tmp/vyos-world.control)
+rm -f /tmp/vyos-world.control
for pkg in $VYOS_PACKAGES
do
# Check if repo exists