It's great Paul- thank you!  Except,  when I do your modification and compile 
Make, it then segfaults :)  

As my first boss, who was Hawaiian, would say "Auwe!".  


Well it looks like I will have to find out why it segfaults...
or maybe try and avoid the "goto" and hope that maybe then the compiled app 
will not segfault, I don't really like goto's, in my opinion they make the code 
impossible to understand.  


----- Original Message -----
From: Paul Smith <psm...@gnu.org>

(...) 

To this:

  /* See if it is safe to parse commands internally.  */
  goto slow;
  if (shell == 0)
    shell = default_shell;

so it always chooses the slow path.

Note I didn't try this.

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to