83d917e fix test for RTE_SDK variable in csh profile

Authored and Committed by ekinzie 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    fix test for RTE_SDK variable in csh profile
    
    In csh, undefined variables do not expand to the empty string.  Use the
    $? csh substitution to check if the variable is defined.
    
    Fixes: 4821395c6a5f ("- Avoid variable expansion in the spec here-documents during build")
    
        
file modified
+1 -1