Browse Source

Use custom name for tempdir

Alois Mahdal 10 years ago
parent
commit
6279892bdf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ffoo/saturnin_www.sh

+ 1
- 1
src/ffoo/saturnin_www.sh View File

72
     # Apply this filter to args or clipboard, and either use head -1 or
72
     # Apply this filter to args or clipboard, and either use head -1 or
73
     # if you are brave, open all URIs.
73
     # if you are brave, open all URIs.
74
     #
74
     #
75
-    local d=$(mktemp -d)
75
+    local d=$(mktemp -d -t saturnin_www.XXXXXXXX)
76
     pushd $d >&/dev/null
76
     pushd $d >&/dev/null
77
         ##
77
         ##
78
         # heat up and fill pipes
78
         # heat up and fill pipes