aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcmd/command.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh
index b8116b151..0d84c8395 100644
--- a/src/libcmd/command.hh
+++ b/src/libcmd/command.hh
@@ -128,7 +128,7 @@ struct InstallablesCommand : virtual Args, SourceExprCommand
virtual bool useDefaultInstallables() { return true; }
- bool readFromStdIn;
+ bool readFromStdIn = false;
std::vector<std::string> getFlakesForCompletion() override;