浏览代码

Use custom name for tempdir

Alois Mahdal 10 年前
父节点
当前提交
6279892bdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/ffoo/saturnin_www.sh

+ 1
- 1
src/ffoo/saturnin_www.sh 查看文件

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