After removing a variable from CEnvironment the environment was broken
commitea7e3b84802a51dcd73f37a504592192c2deb79d
authorSven Strickroth <email@cs-ware.de>
Sun, 2 Nov 2014 18:53:16 +0000 (2 19:53 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 2 Nov 2014 20:29:26 +0000 (2 21:29 +0100)
treeb17ad9077d23634ca7be66b36af74966b5d84b94
parente549e9e3e8a4eec7bb924d15dba938fc559a9bf3
After removing a variable from CEnvironment the environment was broken

 * if the variable was not found, adding new variables is not possible any more
 * if the variable was found, the environment ended directly before the next one

Fix regression of 7ac6cc65047ed4565ab9731d705d28c01f738b51.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp