aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-03 17:02:04 -0300
committerEuAndreh <eu@euandre.org>2023-04-03 17:26:57 -0300
commit25e03b3f3816668e1aeb9ac6b6ab1ff6bb939b23 (patch)
tree958c4b03c3ec52736935dff037a2c02cda296f9c
parentaux/checks/repo.sh: WIP Fix tests (diff)
downloadremembering-25e03b3f3816668e1aeb9ac6b6ab1ff6bb939b23.tar.gz
remembering-25e03b3f3816668e1aeb9ac6b6ab1ff6bb939b23.tar.xz
TODOs.md: Embed contents of "FIXME" file
-rw-r--r--TODOs.md2
-rw-r--r--aux/domain.txt (renamed from aux/tld.txt)0
-rw-r--r--aux/lib.sh1
3 files changed, 2 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index b517ada..b5eb3f2 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -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
diff --git a/aux/lib.sh b/aux/lib.sh
index 1d7dabe..07aeb40 100644
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -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)"
}