summaryrefslogtreecommitdiff
path: root/tests/setup.sh
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2020-06-25 23:41:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-06-25 15:43:10 -0600
commit3439edd8e6e3455c4735b91561372254a3c9fda4 (patch)
treeeef15c2c8d26cb8df72f8de605f3fa7e222f2e07 /tests/setup.sh
parent9ec2990e96031e617237ac4881288974a69b7522 (diff)
downloadpass-3439edd8e6e3455c4735b91561372254a3c9fda4.tar.gz
pass-3439edd8e6e3455c4735b91561372254a3c9fda4.tar.bz2
pass-3439edd8e6e3455c4735b91561372254a3c9fda4.zip
fish-completion: force some variables to be script-local
Unfortunately, a command "set x" without explicit scope overwrites the variable "x" in the innermost scope it is defined in, if any. This can cause problems if the user defines the variable "x" as global or universal variable (which is visible in all fishes). Make sure to define a local variable so we use that.
Diffstat (limited to 'tests/setup.sh')
0 files changed, 0 insertions, 0 deletions
ené 'Necoro' Neumann1-2/+0 2022-02-01Fix warningRené 'Necoro' Neumann1-7/+7 2022-02-01Fix icon loadingRené 'Necoro' Neumann1-1/+1 2022-02-01Move resources to own folderRené 'Necoro' Neumann5-4/+4 2022-02-01Icon and better windows dataRené 'Necoro' Neumann6-1/+51 2022-02-01Combo BoxesRené 'Necoro' Neumann2-22/+27 2022-02-01Add windows manifestRené 'Necoro' Neumann3-0/+34 2022-02-01Use our version of giuRené 'Necoro' Neumann2-2/+4 2022-02-01go mod tidyRené 'Necoro' Neumann2-4/+3 2022-02-01Use up2date giuRené 'Necoro' Neumann1-1/+1 2022-02-01GUI: GridLayoutRené 'Necoro' Neumann1-2/+62 2022-01-29[release]: Move checkout to the frontRené 'Necoro' Neumann1-3/+3 2022-01-29[release]: Make Windows build link staticRené 'Necoro' Neumann1-1/+1 2022-01-29[release]: Fix multiple issuesRené 'Necoro' Neumann1-10/+8 2022-01-29Start with a basic GUIRené 'Necoro' Neumann4-2/+73 2022-01-29[release]: Fix github variable syntaxRené 'Necoro' Neumann1-2/+2 2022-01-29Build on windows and linuxRené 'Necoro' Neumann1-6/+9 2022-01-29Build on windows and linuxRené 'Necoro' Neumann1-45/+58 2022-01-25const blockRené 'Necoro' Neumann1-3/+5 2022-01-25Slight restructuringRené 'Necoro' Neumann2-84/+93 2022-01-24Add test stuff to .gitignoreRené 'Necoro' Neumann1-1/+7 2022-01-24Factor out `writeOutput`René 'Necoro' Neumann1-15/+15 2022-01-24Create clubs and participants files also via templateRené 'Necoro' Neumann4-113/+63