summaryrefslogtreecommitdiff
path: root/shell.c~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:01:35 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:01:35 -0500
commit258e3d46982f45767c4e5e1cbeb7fcac1bf15d90 (patch)
tree3756319f11527e579ba17a83e7bd780964413987 /shell.c~
parent10a5f6b4cc41a4cff0d37768f7f45be657056c7b (diff)
downloadbash-258e3d46982f45767c4e5e1cbeb7fcac1bf15d90.tar.gz
commit bash-20061214 snapshot
Diffstat (limited to 'shell.c~')
-rw-r--r--shell.c~2
1 files changed, 1 insertions, 1 deletions
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. */