Paweł Rozlach
d6185a2120
fix: create install directory with mkdir -p
( #1563 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2023-05-31 18:39:55 +10:00
Edwin Kofler
684f4f058f
feat: Support configurable ASDF_CONCURRENCY
( #1532 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2023-04-19 13:45:51 +00:00
Edwin Kofler
1bc205e8aa
fix: enforce consistent shell redirection format ( #1533 )
2023-04-11 03:12:08 +00:00
Edwin Kofler
f522ab9879
fix: Remove usage of $(pwd)
in favor of $PWD
2022-12-30 01:57:35 -08:00
Edwin Kofler
3492043241
fix: lint errors from scripts/checkstyle.py
( #1385 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2022-12-23 20:53:22 +11:00
James Hegedus
ab9d4b126a
chore: remove unused var in lib/functions/installs.bash
( #1389 )
2022-12-22 08:54:05 +11:00
Trevor Brown
788ccab597
fix: only iterate over directories in the plugins/ directory ( #1228 )
...
Fixes part of #1029
2022-05-12 07:48:54 -04:00
Trevor Brown
27f7ef7852
fix: don't invoke asdf inside asdf commands ( #1208 )
...
* fix: don't invoke asdf inside asdf commands
Recursive calls have a number of disadvantages:
* Poorer performance since each invocation spawns and new process and re-executes all the code in bin/asdf
* Makes debugging more difficult
* More likely to introduce subtle bugs and the possibility for infinite loops
2022-04-25 08:45:19 -04:00