Commit 1163250f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh-functions: hide missed TMPDIR warning

parent 7174ba51
......@@ -808,7 +808,7 @@ assure_tmpdir()
{
if [ -z "$TMPDIR" ] ; then
export TMPDIR="/tmp"
warning "Your have no TMPDIR defined. Using $TMPDIR as fallback."
debug "Your have no TMPDIR defined. Using $TMPDIR as fallback."
fi
if [ ! -d "$TMPDIR" ] ; then
......
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