summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
Diffstat (limited to 'post.install')
-rw-r--r--post.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/post.install b/post.install
index 5f73383be311..35ed2dee427d 100644
--- a/post.install
+++ b/post.install
@@ -1,7 +1,7 @@
post_install() {
# installed to opt, inform user how to set paths
-_path_msg="$'\n'INFO: OpenMC and its dependencies were installed to the non-standard location /opt. Run sudo bash \
- /opt/openmc/set_paths.sh before attempting to use openmc$'\n'."
+_path_msg="\nINFO: OpenMC and its dependencies were installed to the non-standard location /opt. Run sudo bash \
+ /opt/openmc/set_paths.sh before attempting to use openmc\n."
echo -e $_path_msg
} \ No newline at end of file