diff options
-rwxr-xr-x | bin/return-assignment | 3 |
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 |