diff options
author | Peter Bex <peter@more-magic.net> | 2012-10-01 16:52:59 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2012-10-01 16:52:59 +0100 |
commit | 9a9895123961e426afbaf33b6662f190f58f0dd7 (patch) | |
tree | f54707c6229337fdd8c5ae668910876b34b7c403 /scsh-process.meta | |
parent | 13be7874d50b16ec950ee6e07e9849107314cf4d (diff) | |
download | scsh-process-9a9895123961e426afbaf33b6662f190f58f0dd7.tar.gz |
Provide a more complete set of primitives, and convert fit-pipes to fork/pipe+ chain
Diffstat (limited to 'scsh-process.meta')
-rw-r--r-- | scsh-process.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.meta b/scsh-process.meta index f38b7dc..edc6eab 100644 --- a/scsh-process.meta +++ b/scsh-process.meta @@ -6,5 +6,5 @@ (license "BSD") (doc-from-wiki) ;(depends) - ;(test-depends test) + (test-depends test) (files "scsh-process.meta" "scsh-process.setup" "scsh-process.scm")) |