Unable to overwrite file

Asked by Shaun Viechweg

When using undistract-me I get a bash unable to overwrite file error, for example ~/.cache/running-commands/9825 for every command. Is this because I've set noclobber (set -o noclobber)?
Is there a workaround for this?

Question information

Language:
English Edit question
Status:
Solved
For:
undistract-me Edit question
Assignee:
No assignee Edit question
Solved by:
Shaun Viechweg
Solved:
Last query:
Last reply:
Revision history for this message
Shaun Viechweg (stump86) said :
#1

Replacing all instances of '>' with '>|' in /usr/share/undistract-me/long-running.bash fixes the problem.