index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/return-assignment | 3 |
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 |