Ticket #74: reset_env.diff

File reset_env.diff, 383 bytes (added by Jan-Nik, 5 months ago)

Here's a patch. I'm sorry, didn't have the time to test it. Maybe someone can do that for me?

  • autosu-sudo.c

    old new  
    174174                lang = ""; 
    175175 
    176176        list = g_list_append (list, SUDO_EXE); 
     177        list = g_list_append (list, "-E"); 
    177178        list = g_list_append (list, "-p"); 
    178179        list = g_list_append (list, prompt); 
    179180        list = g_list_append (list, "-u");