comparison cd-burn.pl @ 15:fc6c4e9295a7

remove uesless joilet option.
author Robert McIntyre <rlm@mit.edu>
date Tue, 26 Feb 2013 17:53:21 +0000
parents 40806ae2eb19
children cfb8a8c044b4
comparison
equal deleted inserted replaced
14:40806ae2eb19 15:fc6c4e9295a7
9 for $graft_point(@ARGV){ 9 for $graft_point(@ARGV){
10 push(@graft_points, '"'. basename($graft_point) .'"' . "=" 10 push(@graft_points, '"'. basename($graft_point) .'"' . "="
11 . '"'. $graft_point . '"'); 11 . '"'. $graft_point . '"');
12 } 12 }
13 13
14 @mkisofs_args = ("-iso-level", "4", "-r", "-J"); 14 @mkisofs_args = ("-iso-level", "4", "-r");
15 15
16 @mkisofs_args = (@mkisofs_args, @graft_points); 16 @mkisofs_args = (@mkisofs_args, @graft_points);
17 17
18 18
19 # get size of stuff 19 # get size of stuff