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!
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!