[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnulib-tool.py: Make temporary directories recognizable.
From: |
Collin Funk |
Subject: |
gnulib-tool.py: Make temporary directories recognizable. |
Date: |
Sun, 21 Apr 2024 00:55:54 -0700 |
User-agent: |
Mozilla Thunderbird |
This patch prefixes temporary directories created by gnulib-tool.py
with "glpy". gnulib-tool.sh uses the 'gl' prefix in func_tmpdir, and I
suppose it is beneficial to differentiate the two.
I probably should have done this ~2 months ago when gnulib-tool.py
crashed frequently. After testing my /tmp would be full of directories
named with the template "tmpXXXXXXXX", which I assume gets used by
other programs too. Thankfully that is less of an issue now since
gnulib-tool.py crashes less...
Collin
0001-gnulib-tool.py-Make-temporary-directories-recognizab.patch
Description: Text Data
- gnulib-tool.py: Make temporary directories recognizable.,
Collin Funk <=