summaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:00:40 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:00:40 -0500
commit2569d6d5a445abe46faca896e3bf3fef4ebe28db (patch)
treec0422bdd3a0bc49f00c2c4454d46670c74a6b1aa /shell.c
parent906833f0cfa92568188399051f8f8e37e5f57868 (diff)
downloadbash-2569d6d5a445abe46faca896e3bf3fef4ebe28db.tar.gz
commit bash-20061116 snapshot
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
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. */