builder: fix run-or-send-file bug

db4
Eduardo Cavazos 2008-02-10 03:05:34 -06:00
parent 8cc7720c1f
commit e7bf56ad57
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ SYMBOL: builder-recipients
: run-or-send-file ( desc message file -- )
>r >r [ try-process ] curry
r> r> [ email-string throw ] 2curry
r> r> [ email-file throw ] 2curry
recover ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!