diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-28 06:10:47 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-28 06:10:47 +0000 |
commit | ec99391afd7973f36b7fb7c459ab2c4d609c0e57 (patch) | |
tree | 8632b16b7ebbe9a2040935436e4c245b0d1c6474 | |
parent | de6334e97d36ada8bda2cacccdb688d2d91bac8e (diff) | |
download | guile-ec99391afd7973f36b7fb7c459ab2c4d609c0e57.tar.gz |
Typofix; nfc.
-rw-r--r-- | pre-inst-guile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-inst-guile.in b/pre-inst-guile.in index 428e04b14..5c44a9d77 100644 --- a/pre-inst-guile.in +++ b/pre-inst-guile.in @@ -28,7 +28,7 @@ # passing ARGS to it. In the process, env var GUILE is clobbered, and the # following env vars are modified (but not clobbered): # GUILE_LOAD_PATH -# LTDL_LOAD_PATH +# LTDL_LIBRARY_PATH # # This script can be used as a drop-in replacement for $bindir/guile; # if there is a discrepency in behavior, that's a bug. |