mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Quote test check to cause usage ouput
This commit is contained in:
@@ -16,7 +16,7 @@ if not command -s realpath >/dev/null
|
||||
end
|
||||
else
|
||||
function realpath -w fish_realpath -d "get an absolute path without symlinks [fish_realpath]"
|
||||
if test -z $argv
|
||||
if test -z "$argv"
|
||||
printf "usage: %s%s%s %sfile%s …\n" (set_color -o) $_ (set_color normal) (set_color -u) (set_color normal)
|
||||
echo " resolves files as absolute paths without symlinks"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user