packetstormexploits: typo in comment

This commit is contained in:
blshkv 2018-07-24 10:24:06 +08:00
parent 0c42872991
commit 4aa357b461
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -15,10 +15,10 @@ HOMEPAGE="http://packetstormsecurity.net"
IUSE=""
if [[ ${MY_PV_MM} == "12" ]]; then
#Use yearly archivers
#Use yearly archives
SRC_URI="https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_PV_MM}-exploits/${MY_PV_YYYY}-exploits.tgz"
else
#Use monthly archivers
#Use monthly archives
for MY_M in $(eval echo "{01..$MY_PV_MM}"); do
SRC_URI="${SRC_URI} https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_M}-exploits/${MY_PV_YY}${MY_M}-exploits.tgz"
done