Mercurial > backup
comparison cd-burn.pl @ 13:06a9a4618faf
fixed display annoyance.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 25 Feb 2013 15:51:23 +0000 |
parents | e15c393dffa8 |
children | 40806ae2eb19 |
comparison
equal
deleted
inserted
replaced
12:d5e1419ed984 | 13:06a9a4618faf |
---|---|
24 "-overburn", "tsize=".$size."s", "-data", "-"); | 24 "-overburn", "tsize=".$size."s", "-data", "-"); |
25 | 25 |
26 @aes_loop_command = ("aespipe", "-P", "/etc/cd-key", "-e", "aes256"); | 26 @aes_loop_command = ("aespipe", "-P", "/etc/cd-key", "-e", "aes256"); |
27 | 27 |
28 | 28 |
29 $final_command = "mkisofs @mkisofs_args | @aes_loop_command | @burn_command"; | 29 $final_command = "mkisofs @mkisofs_args 2>/dev/null | @aes_loop_command | @burn_command"; |
30 | 30 |
31 print "$final_command\n"; | 31 print "$final_command\n"; |
32 system($final_command); | 32 system($final_command); |