diff options
-rw-r--r-- | TODOs.md | 2 | ||||
-rw-r--r-- | aux/domain.txt (renamed from aux/tld.txt) | 0 | ||||
-rw-r--r-- | aux/lib.sh | 1 |
3 files changed, 2 insertions, 1 deletions
@@ -354,3 +354,5 @@ exercise dist.sh repo.sh check spelling.sh check buffer output of tests/*.sh files +does 'sort -m' solve the performance problem? +add spaces to mkstemp()? diff --git a/aux/tld.txt b/aux/domain.txt index fd7ea0f..fd7ea0f 100644 --- a/aux/tld.txt +++ b/aux/domain.txt @@ -21,7 +21,6 @@ uuid() { } tmpname() { - # printf '%s/uuid-tmpname with spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)" printf '%s/uuid-tmpname-without-spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)" } |