Edit

kc3-lang/automake/lib

Branch :

  • Show log

    Commit

  • Author : Paul Eggert
    Date : 2004-12-08 20:33:11
    Hash : a43c0556
    Message : Don't use "set - x`$ls_command /`", as zsh mishandles the spaces inside $ls_command. Problem reported by Loulou Pouchet in <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>. Don't use "set - x"; plain "set x" is enough, and simplifies debugging.