X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fcsharpcomp.sh.in;h=0295a1b2b49e6f3c7f4dfe8673f002e7e6c1ce6f;hb=4f1c3e03d2c2413f6c64b5f62d3824fead5b3f73;hp=da0d1ba2de1ef09d0885284c0d988b3254ab44ba;hpb=827e2eeff0cde2297c3e320bf9c930ae9757fddd;p=gnulib.git diff --git a/build-aux/csharpcomp.sh.in b/build-aux/csharpcomp.sh.in index da0d1ba2d..0295a1b2b 100644 --- a/build-aux/csharpcomp.sh.in +++ b/build-aux/csharpcomp.sh.in @@ -47,7 +47,7 @@ func_tmpdir () { # Use the mktemp program if available. If not available, hide the error # message. - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d "$TMPDIR/gtXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || {