From 573e1ad4b1582f51a25d60683741e5ac879a80b8 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 11 May 2017 15:24:36 +0200 Subject: [PATCH] type: Remove TODO [Ci skip] --- share/functions/type.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/functions/type.fish b/share/functions/type.fish index 2338bbabb..d9a3cb984 100644 --- a/share/functions/type.fish +++ b/share/functions/type.fish @@ -102,8 +102,6 @@ function type --description 'Print the type of a command' set paths (command -s -- $i) else # TODO: This should really be `command -sa`. - # TODO: If #3914 ('Treat empty $PATH component as equivalent to "." ') - # is implemented, this needs to change as well. for file in $PATH/* test -x $file -a ! -d $file and set paths $paths $file