From ff783c6426055048c815932d61aee8dfd6ea3e84 Mon Sep 17 00:00:00 2001 From: Matias Fonzo Date: Sun, 15 Oct 2017 16:46:30 -0300 Subject: [PATCH] qi: do not display message about the creation of TMPDIR Do not display a message about the creation of the TMPDIR directory when it does not exist, especially for the input in non-interactive mode. --- qi/src/qi.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qi/src/qi.in b/qi/src/qi.in index d41cfd39..d57da1c1 100644 --- a/qi/src/qi.in +++ b/qi/src/qi.in @@ -1174,7 +1174,7 @@ then done fi -# We need at least one mode +# We need at least one operating mode if test -z "$mode" then usage @@ -1186,7 +1186,6 @@ fi if test ! -d "$TMPDIR" then mkdir -p -- "$TMPDIR" || exit 2 - echo "mkdir: created directory '$TMPDIR'" fi readonly TMPDIR -- 2.11.4.GIT