NarAccessor: Fix handling of non-executable files
This commit is contained in:
parent
d961c29c9c
commit
f43823f676
|
@ -27,7 +27,7 @@ struct NarIndexer : ParseSink, StringSource
|
||||||
|
|
||||||
Path currentPath;
|
Path currentPath;
|
||||||
std::string currentStart;
|
std::string currentStart;
|
||||||
bool isExec;
|
bool isExec = false;
|
||||||
|
|
||||||
NarIndexer(const std::string & nar) : StringSource(nar)
|
NarIndexer(const std::string & nar) : StringSource(nar)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue