From d89c0bbbf47a93a100624eed88eb14e704a12aa9 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Fri, 23 Feb 2018 18:06:00 +0100 Subject: [PATCH] plugin.zsh: Don't rely on *_ID being integer (defensive, should work) --- zconvey.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zconvey.plugin.zsh b/zconvey.plugin.zsh index 77b8a17..c455078 100644 --- a/zconvey.plugin.zsh +++ b/zconvey.plugin.zsh @@ -297,7 +297,7 @@ fi # We will not be able to quick-close FD on zshexit ZCONVEY_FD=0 else - ZCONVEY_ID=try_id + ZCONVEY_ID=$try_id # ID and FD will be inherited by subshells and exec zsh calls export ZCONVEY_ID export ZCONVEY_FD