diff options
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-x | aux/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ uuid() { } tmpname() { - echo "${TMPDIR:-/tmp}/uuid-tmpname.diacritic รก and spaces.$(uuid)" + echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)" } mkstemp() { |