Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: What's cooking in git.git (Aug 2009, #05; Wed, 26)

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:19

Possibly related (same subject, not in this thread)

Brandon Casey [off-list ref] writes:
quoted
This seems to break t9001.  Near the tip of 'pu' I have a iffy
workaround.
Can you squash this into your 'iffy' workaround to help platforms
(Solaris 7, IRIX 6.5) without the 'yes' utility?
Not in this form, for two reasons ;-)

(1) t7610-mergetool.sh,also seems to use "yes".  Perhaps define something
    in test-lib.sh?

(2) The implementation is iffy.
+yes () {
+	test -n "$*" && y="$*" || y='y'
Shouldn't it be

	if test $# = 0
        then
        	y=y
	else
        	y="$*"
	fi

so that

	yes ""

would give runs of empty lines?        
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help