mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
issue #27 Fish 3 compatibility: adapt to new PATH handling
cf. https://github.com/fish-shell/fish-shell/issues/436
This commit is contained in:
parent
c02c756baf
commit
6934dbfb0f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ for sdk_cmd in $test_commands
|
|||
|
||||
# For nicer diffs: one entry per line, sorted
|
||||
string split ":" (cat path_bash) | sort > path_bash
|
||||
string split " " (cat path_fish) | sort > path_fish
|
||||
string split ":" (cat path_fish) | sort > path_fish
|
||||
|
||||
for out in sout status path anthome
|
||||
if [ (checksum "$out"_bash) != (checksum "$out"_fish) ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue