From b1543397a66cced4e3ea92ead469a91f4b55b15f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 23 Mar 2022 16:43:03 +0530 Subject: 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. --- bin/tissue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3