From bee326dc3de1cfef811ce73ff11d988a5d8e9c44 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 4 Feb 2016 13:51:29 +0900 Subject: [PATCH] Remove 'probably' useless post render. --- functions/wait.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/wait.fish b/functions/wait.fish index 0b24a98..dad6220 100644 --- a/functions/wait.fish +++ b/functions/wait.fish @@ -8,7 +8,6 @@ function wait -d "Run commands and display a spinner" getopts $argv | while read -l 1 2 switch "$1" - case - case _ set commands $commands ";$2" @@ -123,7 +122,6 @@ function wait -d "Run commands and display a spinner" end if test -z (jobs) - # printf "$format" | tr @ "\0" > /dev/stderr break end end