summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/abrt-handle-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/abrt-handle-upload b/src/Daemon/abrt-handle-upload
index 82f52692..71851535 100644
--- a/src/Daemon/abrt-handle-upload
+++ b/src/Daemon/abrt-handle-upload
@@ -62,7 +62,7 @@ if test -f "$tempdir/analyzer" && test -f "$tempdir/time" && test -f "$tempdir/u
else
for d in "$tempdir"/*; do
test -d "$d" || continue
- printf "1" >"$tempdir/$d/remote"
+ printf "1" >"$d/remote"
mv -- "$d" "$abrt_dir"
done
fi