~ chicken-core (chicken-5) a83afc74d1471843c010faf5ec7e83c8da05172b


commit a83afc74d1471843c010faf5ec7e83c8da05172b
Author:     Christian Kellermann <ckeen@pestilenz.org>
AuthorDate: Thu Dec 1 17:13:00 2011 +0100
Commit:     Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Thu Dec 1 17:14:00 2011 +0100

    Add note about http_proxy usage to chicken-install -h

diff --git a/chicken-install.scm b/chicken-install.scm
index 1fd2d7a6..bb719705 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -776,6 +776,9 @@ usage: chicken-install [OPTION | EXTENSION[:VERSION]] ...
        -override FILENAME       override versions for installed eggs with information from file
        -csi FILENAME            use given pathname for invocations of "csi"
        -show-foreign-depends    display a list of foreign dependencies for the given egg(s)
+
+chicken-install recognizes the http_proxy environment variable, if set.
+
 EOF
 );|
     (exit code))
Trap