diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-12-20T13·09+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-12-20T13·09+0000 |
commit | 8931bf7168cbbc6a078bed6486b8081652663836 (patch) | |
tree | ab72b38672aaf8b54ca6594b61ce2f87e5be9ccb /src/nix-store/nix-store.cc | |
parent | f1e5dedb611d39ecc600fccb4eba4b0de730c5fc (diff) |
Doh
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r-- | src/nix-store/nix-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 017c2c6df76d..69a98fe4726d 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -35,7 +35,7 @@ void printHelp() static Path gcRoot; static int rootNr = 0; static bool indirectRoot = false; -static bool noOutput = true; +static bool noOutput = false; LocalStore & ensureLocalStore() |