Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 5/11] git-applypatch: Usage string clean-up, emit usage string at incorrect invocation

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

Marco Costalba [off-list ref] writes:
This patch seems not working for me:

-[[ "$#" = "3" || "$#" = "4" ]] || usage
+case "$#" in 3|4) usage ;; esac
I am an idiot.  Thanks.  That should have read "3|4) ;; *)
usage", obviously.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help