Thread (7 messages) flat view 7 messages, 1 author, 2016-06-15

Re: [PATCH 3/5] Replace $((...)) with expr invocations.

From: Ralf Wildenhues <hidden>
Date: 2016-06-15 22:43:47

* Ralf Wildenhues wrote on Tue, Nov 06, 2007 at 09:18:09PM CET:
---
 git-filter-branch.sh       |    4 ++--
 git-rebase--interactive.sh |    8 ++++----
 git-rebase.sh              |    8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)
Hmm, maybe this one is overkill.  $((...)) is POSIX, I temporarily
forgot (thanks Benoît!).

I'm unsure whether git targets non-POSIX Bourne shells like Solaris
/bin/sh.  That would however mean replacing stuff like $(cmd) with
`cmd` as well, and from grepping the source it looks like you'd rather
avoid that.

Cheers,
Ralf
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help