Merge branch 'initial-rework' into cygwin-fixes

This commit is contained in:
2014-02-02 17:03:03 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ if( $?CSHENV_USE_GNU_LS ) then
setenv CSHENV_SYSTEM_LS Linux setenv CSHENV_SYSTEM_LS Linux
else else
setenv CSHENV_SYSTEM_LS $SYSTEM setenv CSHENV_SYSTEM_LS $CSHENV_SYSTEM
endif endif
if( $?CSHENV_DEBUG ) then if( $?CSHENV_DEBUG ) then
echo "Done with gls probe..." echo "Done with gls probe..."

View File

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