Johannes Sixt schrieb: > Junio C Hamano schrieb: >> Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> >>> Hi, >>> >>> On Tue, 14 Apr 2009, Thomas Jarosch wrote: >>> >>>> t/t1303-wacky-config.sh | 9 ++++++++- >>> I like the name! >>> >>>> +LONG_VALUE=`perl -e 'print "x" x 1023," a"'` >>> But should it not be guarded against NO_PERL? >> The right question to ask is a rhetorical "do we need perl to do this?" > > LONG_VALUE=$(printf "x%0.1021dx a", 7) Oops! Make this LONG_VALUE=$(printf "x%01021dx a" 7) -- 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