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:
Raphael Reitzig 2019-07-31 02:23:12 +02:00
parent c02c756baf
commit 6934dbfb0f

View file

@ -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) ]