diff options
author | Arun Isaac | 2022-06-26 11:12:00 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-27 00:19:50 +0530 |
commit | 230f3bad9f8a5b808ba3b6fce487c27425e9c63b (patch) | |
tree | 2487706f9523fe3342d7f7b425c930fe8fef47bf | |
parent | 0e9c4f8c903c72c8a9fe8b744cf778666f7b7cfe (diff) | |
download | tissue-230f3bad9f8a5b808ba3b6fce487c27425e9c63b.tar.gz tissue-230f3bad9f8a5b808ba3b6fce487c27425e9c63b.tar.lz tissue-230f3bad9f8a5b808ba3b6fce487c27425e9c63b.zip |
bin: Deprecate invoke utility.
* bin/tissue (invoke): Delete function.
-rwxr-xr-x | bin/tissue | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -60,10 +60,6 @@ exec guile --no-auto-compile -s "$0" "$@" ;; A string URI linking to this document on the web (web-uri indexed-document-web-uri)) -(define (invoke program . args) - (unless (zero? (apply system* program args)) - (error "Invocation of program failed" (cons program args)))) - (define rlast (case-lambda (() #f) |