Skip to content

Commit

Permalink
fix: mktemp needs XX template chars in string.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Oct 4, 2024
1 parent 7b7f112 commit e09ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/files/zsh/tasks.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Usage: LOG=$(generate_log)
# Returns: the log file name as a string
generate_log() {
mktemp -t "shell._task_"
mktemp -t "shell._task_XXXXXXXX"
}


Expand Down

0 comments on commit e09ee87

Please sign in to comment.