summaryrefslogtreecommitdiffstats
path: root/src/sh_extern.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sh_extern.c')
-rw-r--r--src/sh_extern.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sh_extern.c b/src/sh_extern.c
index c048873..bc6fc47 100644
--- a/src/sh_extern.c
+++ b/src/sh_extern.c
@@ -992,6 +992,7 @@ char * sh_ext_popen_str (const char * command)
sh_string_read(s, task.pipe, 0);
if (sh_string_len(s) == 0)
{
+ /* cppcheck-suppress syntaxError */
--try; retry_msleep(0, 100);
}
} while (sh_string_len(s) == 0 && try != 0);