#include <h/mh.h>
#include <fcntl.h>
+#include "h/done.h"
#include <h/utils.h>
#ifdef OAUTH_SUPPORT
# include <h/oauth.h>
&& altmsg) {
vec[vecp++] = "-dist";
if ((cp = m_mktemp2(altmsg, invo_name, NULL, NULL)) == NULL) {
- adios(NULL, "unable to create temporary file in %s",
- get_temp_dir());
+ adios(NULL, "unable to create temporary file");
}
distfile = mh_xstrdup(cp);
(void) m_unlink(distfile);