Commit 179c4d2a by Arnaud Rocher Committed by Sébastien Eustace

Add trailing newline to export PATH (#438)

Fixes #437
parent 11b6f91c
...@@ -585,7 +585,7 @@ class Installer: ...@@ -585,7 +585,7 @@ class Installer:
# Updating any profile we can on UNIX systems # Updating any profile we can on UNIX systems
export_string = self.get_export_string() export_string = self.get_export_string()
addition = "\n{}".format(export_string) addition = "\n{}\n".format(export_string)
updated = [] updated = []
profiles = self.get_unix_profiles() profiles = self.get_unix_profiles()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment