From c3d899714c6e68ea13cb15a75829ba16ea6cf217 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 30 Apr 2007 13:19:26 +0000 Subject: Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554. --- conf.d.Linux/net.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d.Linux/net.example') diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 6d016bfc..6934d6c1 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -990,7 +990,7 @@ # # 'from 216.113.223.51/32 to 192.168.1.0/24 table localnet priority 100' \ # #" # eval set -- $\rules_${IFVAR} -# if [ -n "$@" ] ; then +# if [ $# != 0 ] ; then # einfo "Adding IP policy routing rules" # eindent # # Ensure that the kernel supports policy routing -- cgit v1.2.3