Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sccs delget error for setting DATE --> (%Y%)

Status
Not open for further replies.

rhombheng

Programmer
May 12, 2002
4
PH
In my script, I used this setting:

setenv DATE `date '+%Y%m%d'`

to make $DATE equal to yyyymmdd format.

But whenever I "sccs delget" the script, that line changes to

setenv DATE `date '+m%d'`

The "%Y%" disappears.....

Can anyone help me retain the original setting for DATE?


Thanks!

 
I've answered you here ... Thread822-275972

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top