Corrected cache-dir creation variable.

I didn't test the script on a virgin system, until I did it on a new
cygwin system.  Now I have discovered this, and I have fixed it to properly
create the cache dir again.
This commit is contained in:
2014-02-02 16:55:23 -05:00
parent dede1254ba
commit faf57386a8

View File

@ -85,7 +85,7 @@ set n="1"
if ( ! -d $CSHENV_CACHE_DIR ) then
mkdir $CSHENVTCSH_CACHE_DIR
mkdir $CSHENV_CACHE_DIR
endif
#echo $screen_offset_count
if ( -f ${CSHENV_CACHE_DIR}/screen.$screen_width ) then