From faab3c22e66b7eb34485c71edbf92cb00e74be26 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 27 Sep 2024 13:52:32 +0100 Subject: Revert "validators: T6739: fix ipaddrcheck argument quoting" --- src/validators/ipv6-host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/validators/ipv6-host') diff --git a/src/validators/ipv6-host b/src/validators/ipv6-host index 1eb4d8e35..7085809a9 100755 --- a/src/validators/ipv6-host +++ b/src/validators/ipv6-host @@ -1,10 +1,10 @@ #!/bin/sh -ipaddrcheck --is-ipv6-host "$1" +ipaddrcheck --is-ipv6-host $1 if [ $? -gt 0 ]; then echo "Error: $1 is not a valid IPv6 host" exit 1 fi -exit 0 +exit 0 \ No newline at end of file -- cgit v1.2.3