mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 05:01:15 -03:00
Some more precautionary uses of set --local
This commit is contained in:
@@ -12,8 +12,8 @@ if not contains -- $TAG (git tag)
|
||||
exit 1
|
||||
end
|
||||
|
||||
set committers_to_tag (mktemp)
|
||||
set committers_from_tag (mktemp)
|
||||
set -l committers_to_tag (mktemp)
|
||||
set -l committers_from_tag (mktemp)
|
||||
|
||||
# You might think it would be better to case-insensitively sort/compare the names
|
||||
# to produce a more natural-looking list.
|
||||
|
||||
Reference in New Issue
Block a user