[Git][security-tracker-team/security-tracker][master] Makefile: consistently use $(PYTHON) substitution
Salvatore Bonaccorso
carnil at debian.org
Mon Jun 18 20:45:49 BST 2018
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
fb14ff6e by Salvatore Bonaccorso at 2018-06-18T21:40:35+02:00
Makefile: consistently use $(PYTHON) substitution
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ update-nvd:
wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \
gzip -f -d data/nvd/$$name || true; \
done
- python bin/update-nvd data/nvd/nvdcve-*.xml
+ $(PYTHON) bin/update-nvd data/nvd/nvdcve-*.xml
# Experimental code to compare the Debian and NVD CVE databases using
# CPE values as common key.
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fb14ff6e0724d09475e945a7dddcf7b7e5ef86c6
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fb14ff6e0724d09475e945a7dddcf7b7e5ef86c6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20180618/2bbd0730/attachment.html>
More information about the debian-security-tracker-commits
mailing list