Mercurial > backup
changeset 13:06a9a4618faf
fixed display annoyance.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 25 Feb 2013 15:51:23 +0000 |
parents | d5e1419ed984 |
children | 40806ae2eb19 |
files | cd-burn.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/cd-burn.pl Mon Feb 25 15:43:29 2013 +0000 1.2 +++ b/cd-burn.pl Mon Feb 25 15:51:23 2013 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 @aes_loop_command = ("aespipe", "-P", "/etc/cd-key", "-e", "aes256"); 1.5 1.6 1.7 -$final_command = "mkisofs @mkisofs_args | @aes_loop_command | @burn_command"; 1.8 +$final_command = "mkisofs @mkisofs_args 2>/dev/null | @aes_loop_command | @burn_command"; 1.9 1.10 print "$final_command\n"; 1.11 system($final_command);