summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-03-23 16:43:03 +0530
committerArun Isaac2022-03-23 16:43:03 +0530
commitb1543397a66cced4e3ea92ead469a91f4b55b15f (patch)
tree1a1b1b20d1bf2e7e6cc381ae49afe6a6f96a297d
parentfd98ba35dcc576b0c07887f879dd92714e8341e3 (diff)
downloadtissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.tar.gz
tissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.tar.lz
tissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.zip
bin: Pass the tissue -> `tissue list' alias through main again.
Pass the tissue -> `tissue list' alias through main again so that parameters and other setup is done correctly. * bin/tissue (main): Pass the tissue -> `tissue list' alias through main again.
-rwxr-xr-xbin/tissue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index 3e249c9..a1b4d88 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -417,6 +417,6 @@ To get usage information for one of these sub-commands, run
args))))
;; tissue is an alias for `tissue list'
((_)
- (tissue-list))))
+ (main "tissue" "list"))))
(apply main (command-line))