From 9091b580cc3223e5d157b3d37efc6acc3098fb3b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 9 Jun 2011 05:26:17 +0000 Subject: [PATCH] fix syntax error --- rc/bin/inst/authsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bin/inst/authsetup b/rc/bin/inst/authsetup index e4bea7dc3..b274969a3 100755 --- a/rc/bin/inst/authsetup +++ b/rc/bin/inst/authsetup @@ -4,9 +4,9 @@ # prereq: systype copydist nvram=(/dev/sd*/nvram) -nvram=nvram(1) +nvram=$nvram(1) -switch($1) { +switch($1){ case go echo echo 'Invalidate nvram'