diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/eventcmd-examples/multi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/eventcmd-examples/multi.sh b/contrib/eventcmd-examples/multi.sh index a6eb016..4aa66a8 100755 --- a/contrib/eventcmd-examples/multi.sh +++ b/contrib/eventcmd-examples/multi.sh @@ -3,7 +3,7 @@ # Executes all scripts located in ~/.config/pianobar/eventcmd.d/ as if they # were called by pianobar directly -STDIN=`mktemp` +STDIN=`mktemp ${TMPDIR:-/tmp}/pianobar.XXXXXX` cat >> $STDIN for F in ~/.config/pianobar/eventcmd.d/*; do |