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 fi
# Now we drop into Python so we don't have to install even more # Now we drop into Python so we don't have to install even more
# dependencies (curl, etc.), for better flow control, and for the # dependencies (curl, etc.), for better flow control, and for the option of
# option of future Windows compatibility. # future Windows compatibility.
# #
# This Python script prints a path to a temp dir # This Python script prints a path to a temp dir containing a new copy of
# containing a new copy of letsencrypt-auto or returns non-zero. # letsencrypt-auto or returns non-zero. There is no $ interpolation due to
# There is no $ interpolation due to quotes on heredoc delimiters. # quotes on heredoc delimiters.
set +e set +e
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
TEMP_DIR=`$LE_PYTHON - << "UNLIKELY_EOF" TEMP_DIR=`$LE_PYTHON - << "UNLIKELY_EOF"