Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] error message when trying to fix the registry

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] error message when trying to fix the registry


Chronological Thread 
  • From: Christopher Bongaarts <>
  • To:
  • Subject: Re: [grouper-users] error message when trying to fix the registry
  • Date: Thu, 11 Oct 2012 14:13:57 -0500
  • Organization: University of Minnesota

On 10/11/2012 1:57 PM, Ashwin Bijur wrote:
When I type the following to fix the registry:
./gsh new
edu.internet2.middleware.grouper.misc.AddMissingGroupSets().addAllMissingGroup
Sets();

I get the message: -bash: syntax error near unexpected token `('.

Any ideas what I am doing wrong?

Parens are a shell metacharacter so you need to protect them with quotes:

./gsh new 'edu.internet2.middleware.grouper.misc.AddMissingGroupSets().addAllMissingGroupSets();'


--
%% Christopher A. Bongaarts %%

%%
%% OIT - Identity Management %% http://umn.edu/~cab %%
%% University of Minnesota %% +1 (612) 625-1809 %%



Archive powered by MHonArc 2.6.16.

Top of Page