login
Header Space

 
 

cg-admin-setuprepo

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Thursday, April 5, 2007 - 12:56 pm

Hi,

I'm trying to do a cg-admin-setuprepo directory, and I'm getting
an error:

bash: line 12: syntax error near unexpected token `&&'
bash: line 12: `[[  --ee "/home/gateley/git/firewall.git""  ]]  &&&&  ddiiee "/home/gateley/git/firewall.gitt  aallrreeaaddyy  eexxiisstts""'

Looking at the source, the duplicated character problems happen here:

# Careful here, no cg-Xlib functions! Also, mind that the variables
# are substituted _before_ executing the script, not as we go. Which
# is somewhat unfortunate in case the user passed us a path containing
# quotes or backslashes, but only sick people do that and they receive
# what they deserve. ;-)
_git="$uri"
cat <<_SCRIPT_EOF_ | $shell $shellarg

die() { echo "$*" >&2; exit 1; }


The "$*" is where the doubled characters begin.
I'm not enough of a shell programmer to know what's happening.
Any ideas?

Thanks and please cc me on replies - I'm not on the mailing list yet...

j
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cg-admin-setuprepo, John Gateley, (Thu Apr 5, 12:56 pm)
speck-geostationary