We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da2e8b commit 7699cc0Copy full SHA for 7699cc0
1 file changed
libuuu/cmd.cpp
@@ -253,7 +253,6 @@ int CmdBase::dump()
253
int CmdList::run_all(CmdCtx *p, bool dry)
254
{
255
CmdList::iterator it;
256
- int ret;
257
258
uuu_notify nt;
259
nt.type = uuu_notify::NOTIFY_CMD_TOTAL;
@@ -262,6 +261,7 @@ int CmdList::run_all(CmdCtx *p, bool dry)
262
261
263
int i = 0;
264
+ int ret = -1;
265
for (it = begin(); it != end(); it++, i++)
266
267
0 commit comments