Johannes Schindelin schrieb: > Hi, > > On Mon, 21 Jul 2008, Johannes Sixt wrote: > >> + bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \ >> + execdir=$$(cd '$(DESTDIR_SQ)$(gitexecdir_SQ)' && pwd) && \ > > These lack quotes, no? No. RHS of an assignment doesn't need quotes as long as the shell syntax makes clear where the assignment ends, which is the case here because of the brackets $(...). -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html