Commit 7b164426 authored by neil's avatar neil Committed by GitHub
Browse files

minor

parent b0070f03
......@@ -797,6 +797,7 @@ _time() {
_mktemp() {
if _exists mktemp ; then
mktemp
return
fi
if [ -d "/tmp" ] ; then
echo "/tmp/${PROJECT_NAME}wefADf24sf.$(_time).tmp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment