]> arthur.barton.de Git - netatalk.git/commitdiff
apple_dump: small fix
authorHAT <hat@fa2.so-net.ne.jp>
Sun, 1 Jul 2012 16:53:15 +0000 (01:53 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Sun, 1 Jul 2012 16:53:15 +0000 (01:53 +0900)
contrib/shell_utils/apple_dump.in

index e98ad357e31a7dcc70ab30706023ffb55618d30f..87250bcfb47af88ce9cc94f888351bed077c181b 100755 (executable)
@@ -155,6 +155,7 @@ if ( $eaoption == 1 ) {
     $openmessage = "Dumping \"$afile\"'s extended attribute...\n";
 } elsif ( $finderinfo != 0 ) {
     $openfile = $afile;
+    $openmessage = "Dumping \"$openfile\"...\n";
 } elsif ( -f $afile ) {
     if ( $basename eq ".Parent") {
         $finderinfo = 2;
@@ -192,6 +193,7 @@ if ( $eaoption == 1 ) {
         }
         if ( -e $netatalkfile ) {
             printf ("\"%s\" is found.\n", $netatalkfile);
+            $adcount++;
             $openfile = $netatalkfile;
             $openmessage = "Dumping \"$openfile\"...\n";
         }