summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/return-assignment3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index b9bc117..82ab03a 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -149,8 +149,9 @@ if [ "$5" = 'ERROR' ]; then
sed 's/,$/./'
fi
printf '\n'
- } > \
+ } | tee /dev/stderr > \
"${irc_dir}/#archlinux-ports/in"
+ # why do we need tee there in order for the redirection to work???
fi
fi