commit 9a2f96786fd68d48e0b6d8bde4522a1c458b36ea parent aa8f5860d718013a1d165daf0c80a72868221c34 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Sun, 25 May 2025 22:29:22 +0200 git-publish: correct temporary directory name Diffstat:
| M | git-publish | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-publish b/git-publish @@ -29,7 +29,7 @@ die() # Configure signal processing trap 'die $?' EXIT -tmpdir="$(mktemp -d "${TMPDIR:-/tmp}/git_publis_XXXXXX")" +tmpdir="$(mktemp -d "${TMPDIR:-/tmp}/git_publish_XXXXXX")" synopsis() {