Remove 'probably' useless post render.

This commit is contained in:
Jorge Bucaran 2016-02-04 13:51:29 +09:00
parent 26549c2720
commit b575a06ee0

View file

@ -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