gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 09cc84b 1/2: Book: Quoted the value of LD_LIBR


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 09cc84b 1/2: Book: Quoted the value of LD_LIBRARY_PATH in Known Issues
Date: Thu, 9 May 2019 18:24:49 -0400 (EDT)

branch: master
commit 09cc84bbaa1f442acdafcd2695e05ca3a64e69ec
Author: Joseph Putko <address@hidden>
Commit: Joseph Putko <address@hidden>

    Book: Quoted the value of LD_LIBRARY_PATH in Known Issues
    
    Until now quotes were missing in the suggested solution in
    "make check".  If there were a space in the previous value,
    there would be a problem.
    
    With this commit, double quotes were added.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 9b97b20..42812b3 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -7116,7 +7116,7 @@ sure it is added to the list of directories, add the 
following line to your
 (non-standard) directories.
 
 @example
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
 @end example
 
 You can also add more directories by using a colon address@hidden:}' to 
separate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]