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:
@ -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
|
||||
|
Reference in New Issue
Block a user