summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/ufw/ufw-0.36.1.ebuild')
-rw-r--r--net-firewall/ufw/ufw-0.36.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ufw/ufw-0.36.1.ebuild b/net-firewall/ufw/ufw-0.36.1.ebuild
index a4d9ce8191ff..d818538b68da 100644
--- a/net-firewall/ufw/ufw-0.36.1.ebuild
+++ b/net-firewall/ufw/ufw-0.36.1.ebuild
@@ -196,7 +196,7 @@ pkg_postinst() {
print_check_req_warn=true
else
local rv
- for rv in "${REPLACING_VERSIONS}"; do
+ for rv in ${REPLACING_VERSIONS}; do
local major=${rv%%.*}
local minor=${rv#${major}.}
if [[ "${major}" -eq 0 && "${minor}" -lt 34 ]]; then