]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/hash.def~
commit bash-20080207 snapshot
[thirdparty/bash.git] / builtins / hash.def~
index dccd97e02d8b759bcc66cbbaadc1a55a66e354bd..8c827e1705de64c09ab5c5c09aaac2f964b478c2 100644 (file)
@@ -233,7 +233,7 @@ print_hashed_commands (fmt)
     return (0);
 
   if (fmt == 0)
-    printf ("hits\tcommand\n");
+    printf (_("hits\tcommand\n"));
   hash_walk (hashed_filenames, fmt ? print_portable_hash_info : print_hash_info);
   return (1);
 }