mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 04:17:23 +08:00
Fix obvious realpath.fish bug.
We want to run the builtin on the argument we just sanitized, not all of them given!
This commit is contained in:
parent
94aeb47f63
commit
36fe172932
@ -41,7 +41,7 @@ if not command -s realpath >/dev/null
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
case "*"
|
case "*"
|
||||||
fish_realpath $argv
|
fish_realpath $arg
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user