summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/ufw/ufw-0.36-r1.ebuild')
-rw-r--r--net-firewall/ufw/ufw-0.36-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ufw/ufw-0.36-r1.ebuild b/net-firewall/ufw/ufw-0.36-r1.ebuild
index 052ffc4ee44e..5458db7c5f99 100644
--- a/net-firewall/ufw/ufw-0.36-r1.ebuild
+++ b/net-firewall/ufw/ufw-0.36-r1.ebuild
@@ -198,7 +198,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