X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Ftar-snapshot-edit;h=a54902fb194b69aeb040bea8e675a0d26fc154f3;hb=de328a580ab6f5ff4a3237ce21f1ef0b7dd12984;hp=1fae773eb6afa01bb304792399e26a686f1ee879;hpb=a0fb51e136d3df620eb3189683aae90b25bd8dd7;p=chaz%2Ftar diff --git a/scripts/tar-snapshot-edit b/scripts/tar-snapshot-edit index 1fae773..a54902f 100755 --- a/scripts/tar-snapshot-edit +++ b/scripts/tar-snapshot-edit @@ -211,7 +211,7 @@ sub write_incr_db ($$) { sub write_incr_db_0 ($$) { my $info = shift; my $file = shift; - + my $timestamp_sec = $info->[1]; print $file "$timestamp_sec\n"; @@ -226,7 +226,7 @@ sub write_incr_db_0 ($$) { sub write_incr_db_1 ($$) { my $info = shift; my $file = shift; - + print $file "GNU tar-1.15-1\n"; my $timestamp_sec = $info->[1]; @@ -246,7 +246,7 @@ sub write_incr_db_1 ($$) { sub write_incr_db_2 ($$) { my $info = shift; my $file = shift; - + print $file "GNU tar-1.16-2\n"; my $timestamp_sec = $info->[1];