소스 검색

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