Don't quote opts

This commit is contained in:
Roy Marples 2009-09-21 19:05:47 +01:00
parent 3dc712e222
commit 42ca23b878

View File

@ -468,7 +468,7 @@ rc_service_exists(const char *service)
}
librc_hidden_def(rc_service_exists)
#define OPTSTR ". '%s'; echo \"${opts}\""
#define OPTSTR ". '%s'; echo $opts"
RC_STRINGLIST *
rc_service_extra_commands(const char *service)
{