move the DUMP_SUFFIX define to the right place
[project/netifd.git] / proto-shell.c
index 84d1c9c..8d99c74 100644 (file)
@@ -29,8 +29,6 @@ struct proto_shell_state {
        struct blob_attr *config;
 };
 
-#define DUMP_SUFFIX    " '' dump"
-
 static int run_script(const char **argv)
 {
        int pid, ret;
@@ -231,6 +229,8 @@ static void proto_shell_add_script(const char *name)
        FILE *f;
        int buflen, len;
 
+#define DUMP_SUFFIX    " '' dump"
+
        cmd = alloca(strlen(name) + 1 + sizeof(DUMP_SUFFIX));
        sprintf(cmd, "%s" DUMP_SUFFIX, name);