|
|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
#include "command.h"
|
|
|
|
|
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
#include "util/log.h"
|
|
|
|
|
#include "util/str_util.h"
|
|
|
|
|
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
build_cmd(char *cmd, size_t len, const char *const argv[]) {
|
|
|
|
|
// Windows command-line parsing is WTF:
|
|
|
|
|
|