mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03: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:
@@ -41,7 +41,7 @@ if not command -s realpath >/dev/null
|
||||
continue
|
||||
|
||||
case "*"
|
||||
fish_realpath $argv
|
||||
fish_realpath $arg
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user