reconstructed code

This commit is contained in:
PieckA 2024-05-25 11:58:29 +02:00
parent e35cbf699c
commit 3e72426264

View file

@ -109,7 +109,7 @@ end
set vars "install" "update" "search" "remove" set vars "install" "update" "search" "remove"
for env in $vars for env in $vars
if not test -z "$env" if not test -z "$env"
alias "$env"="$install" alias "$env"="$$env"
end end
end end