From 8af4ca7b2f3c897568c2ad5be812c8a17f35aaaa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 13 Mar 2006 03:57:34 +0000 Subject: Remove \n --- etc/rc.newwanip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.newwanip') diff --git a/etc/rc.newwanip b/etc/rc.newwanip index dcec79e..38d03ea 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -37,7 +37,7 @@ $argument = str_replace("\n", "", $argv[1]); - if($$argument <> "") { + if($argument <> "") { $curwanip = find_interface_ip($$argument); $interface = convert_real_interface_to_friendly_interface_name($$argument); if($curwanip == "") -- cgit v1.1