]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commit
fix on OSX
authorJoey Hess <joey@kitenet.net>
Mon, 19 May 2014 22:20:51 +0000 (18:20 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 19 May 2014 22:20:51 +0000 (18:20 -0400)
commit0ce768c4ddc4f28d18f0b00dd6798f19fd1f7f8e
tree87f1c1d5fd29d7cff5c992e799db1227b6125acd
parent8b619df24a503fae088174824e9041d54caf011d
fix on OSX

set -e causes the xecho to not run if the xgrep fails. At least with OSX's
/bin/sh, which is:

GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)

This didn't happen on Linux with:

GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)

Possibly a bug in bash, or an OSX-specific bug. However, disabling set -e
in the subshell seems a good idea anyway.

fixes https://github.com/blake2-ppc/git-remote-gcrypt/issues/15
git-remote-gcrypt