about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-07-10 18:16:48 -0700
committerBrian Anderson <banderson@mozilla.com>2014-07-10 18:16:48 -0700
commitad82cb5621820526cf2d32651c063f6b7a2ea255 (patch)
treec3405bcffa911ba45bcf14357abc8c34f0cb1fcb
parent0e80dbe59ea986ea53cc3caabffd40b2eaee4dc6 (diff)
downloadrust-ad82cb5621820526cf2d32651c063f6b7a2ea255.tar.gz
rust-ad82cb5621820526cf2d32651c063f6b7a2ea255.zip
install: Make the LD_LIRARY_PATH warning more aesthetic
-rw-r--r--src/etc/install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh
index a89b616edf0..3f40d54de33 100644
--- a/src/etc/install.sh
+++ b/src/etc/install.sh
@@ -489,8 +489,7 @@ then
             err "${ERR}"
         else
             echo
-            echo "    please ensure '${CFG_PREFIX}/lib' is added to ${CFG_LD_PATH_VAR}"
-            echo
+            echo "    Note: please ensure '${CFG_PREFIX}/lib' is added to ${CFG_LD_PATH_VAR}"
         fi
     fi
 fi