]> Sergey Matveev's repositories - zsh-autoenv.git/commit
Fix return value of _autoenv_source; use ': $(( .. ))'
authorDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 12:39:36 +0000 (14:39 +0200)
committerDaniel Hahler <git@thequod.de>
Thu, 23 Apr 2015 12:39:38 +0000 (14:39 +0200)
commit8763a5b627a9b4d93e3fc3dd66a819d6b1bde582
tree8f82710c7d1787987fc8cf7edcb84f72926cc878
parent9a010cbdf6d58d7c82a7e5000a9b116735ec1764
Fix return value of _autoenv_source; use ': $(( .. ))'

`(( foo++ ))` returns an error in case $foo is not defined.
autoenv.zsh