1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00
(cherry picked from commit 1839a5542a)
This commit is contained in:
Eelco Dolstra 2018-04-11 11:42:17 +02:00
parent f226d56d25
commit effbbca812
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -197,6 +197,7 @@ bool NixRepl::getLine(string & input, const std::string &prompt)
}
}
input += s;
input += '\n';
return true;
}