diff options
author | Arun Isaac | 2023-01-29 23:08:10 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-29 23:08:10 +0000 |
commit | 115ec903036004beed1d7927e13e1f93d6e2d74b (patch) | |
tree | 30d31acb9b3d0aa7139a448aef76b4b388894bc2 /bin | |
parent | 188d51da3f7078228b3cd57ecbceae658af36048 (diff) | |
download | tissue-115ec903036004beed1d7927e13e1f93d6e2d74b.tar.gz tissue-115ec903036004beed1d7927e13e1f93d6e2d74b.tar.lz tissue-115ec903036004beed1d7927e13e1f93d6e2d74b.zip |
bin: Remove note about restoring load path.
Restoring the load path since code could already have been loaded into
the guile process and mutated its state. Besides, now that we restrict
each tissue-pull invocation to only one host, it is not necessary to
restore the load path.
* bin/tissue (pull): Remove TODO note about restoring load path.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -412,9 +412,6 @@ HOSTNAME." ;; Add the top level of the git repository to the ;; load path since there may be user-written ;; modules in the repository. - ;; TODO: Though not strictly required, it would - ;; be better to remove the added load path once - ;; done. (add-to-load-path temporary-repository-clone) ;; Index. (unless (file-exists? "xapian") |