|
|
@@ -394,7 +394,7 @@ void do_build(const char *const *argv) {
|
|
|
m_dup2(p1[0],0); close(p1[0]); close(p1[1]);
|
|
|
m_dup2(p2[1],1); close(p2[0]); close(p2[1]);
|
|
|
if (chdir(directory)) ohshite(_("failed to chdir to `%.255s'"),directory);
|
|
|
- execlp(TAR,"tar","-cf", "-", "-T", "-", "--null", "--no-recursion", (char*)0);
|
|
|
+ execlp(TAR,"tar","-cf", "-", "--null", "-T", "-", "--no-recursion", (char*)0);
|
|
|
ohshite(_("failed to exec tar -cf"));
|
|
|
}
|
|
|
close(p1[0]);
|