LS detection variable should be for CSHENV_SYSTEM

This commit is contained in:
2014-02-02 16:58:31 -05:00
parent faf57386a8
commit 9d9a22df7b

View File

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