Rewrap some comments.

This commit is contained in:
Erik Rose
2015-12-02 16:37:42 -05:00
parent 4a69584a84
commit fc52608b40
+5 -5
View File
@@ -171,12 +171,12 @@ elif [ "$1" != "--_skip-to-install" ]; then
fi
# Now we drop into Python so we don't have to install even more
# dependencies (curl, etc.), for better flow control, and for the
# option of future Windows compatibility.
# dependencies (curl, etc.), for better flow control, and for the option of
# future Windows compatibility.
#
# This Python script prints a path to a temp dir
# containing a new copy of letsencrypt-auto or returns non-zero.
# There is no $ interpolation due to quotes on heredoc delimiters.
# This Python script prints a path to a temp dir containing a new copy of
# letsencrypt-auto or returns non-zero. There is no $ interpolation due to
# quotes on heredoc delimiters.
set +e
# -------------------------------------------------------------------------
TEMP_DIR=`$LE_PYTHON - << "UNLIKELY_EOF"