aboutsummaryrefslogtreecommitdiff
path: root/src/relocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/relocation.c')
-rw-r--r--src/relocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relocation.c b/src/relocation.c
index 9d627e4..473624a 100644
--- a/src/relocation.c
+++ b/src/relocation.c
@@ -297,7 +297,7 @@ int relocate(const char *_filename, const char *_oldstr, const char *_newstr) {
char cmd[PATH_MAX];
memset(cmd, '\0', sizeof(cmd));
- sprintf(cmd, "reloc \"%s\" \"%s\" \"%s\" \"%s\"", oldstr, newstr, filename, filename);
+ sprintf(cmd, "reloc \"%s\" \"%s\" \"%s\" \"%s\" 2>&1", oldstr, newstr, filename, filename);
// sanitize command
strchrdel(cmd, "&;|");