info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VARs


From: Matthew Riechers
Subject: Re: VARs
Date: Wed, 16 May 2001 10:45:40 -0400

> My question, am I not allowed to do the following?
> 
>    cvs commit -m "Changed initial value of $my_var"
> 
> I would like $my_var to print out as is.
> 

If you don't want $my_var to expand, use:

cvs commit -m 'Changed initial value of $my_var'

-Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]