From 258e3d46982f45767c4e5e1cbeb7fcac1bf15d90 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Wed, 7 Dec 2011 09:01:35 -0500 Subject: commit bash-20061214 snapshot --- shell.c~ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.c~') diff --git a/shell.c~ b/shell.c~ index 15c84f25..f8d32e27 100644 --- a/shell.c~ +++ b/shell.c~ @@ -1416,7 +1416,7 @@ open_shell_script (script_name) } else if (sample_len > 0 && (check_binary_file (sample, sample_len))) { - internal_error ("%s: cannot execute binary file", filename); + internal_error (_("%s: cannot execute binary file"), filename); exit (EX_BINARY_FILE); } /* Now rewind the file back to the beginning. */ -- cgit v1.2.1