summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-01-30Version: 6Gaël PORTAY
2023-11-13Version: 5Gaël PORTAY
2023-05-01Version: 4Gaël PORTAY
2020-05-12Backport "Fix Use the content of docker variables in an array"Gaël PORTAY
Fixes: ==> Starting check()... make[1]: Entering directory '/home/gportay/src/dosh/aur/src/dosh-3' shellcheck --exclude=SC1090 --exclude=SC1091 dosh In dosh line 509: run exec "${docker[@]}" exec "${opts[@]}" ${DOSH_DOCKER_EXEC_EXTRA_OPTS:-} "$exec" "$DOSHELL" "$@" ^-- SC2086: Double quote to prevent globbing and word splitting. Did you mean: run exec "${docker[@]}" exec "${opts[@]}" "${DOSH_DOCKER_EXEC_EXTRA_OPTS:-}" "$exec" "$DOSHELL" "$@" In dosh line 518: run exec "${docker[@]}" run "${opts[@]}" ${DOSH_DOCKER_RUN_EXTRA_OPTS:-} "$tag" "$@" ^-----------------------------^ SC2086: Double quote to prevent globbing and word splitting. Did you mean: run exec "${docker[@]}" run "${opts[@]}" "${DOSH_DOCKER_RUN_EXTRA_OPTS:-}" "$tag" "$@" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... make[1]: *** [Makefile:81: check] Error 1 make[1]: Leaving directory '/home/gportay/src/dosh/aur/src/dosh-3' ==> ERROR: A failure occurred in check(). Aborting...
2020-05-12Re-install the bash completion scriptGaël PORTAY
2020-03-20Version: 3Gaël PORTAY
2020-02-18Version 2.1Gaël PORTAY
2020-02-02Version 2Gaël PORTAY
2019-12-30Version 1.9Gaël PORTAY
2019-11-25Version 1.8Gaël PORTAY
2019-10-11Build doc without docker and install itGaël PORTAY
2019-10-11Version 1.7Gaël PORTAY
2019-08-13Initial commitGaël PORTAY