diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:00:40 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:00:40 -0500 |
commit | 2569d6d5a445abe46faca896e3bf3fef4ebe28db (patch) | |
tree | c0422bdd3a0bc49f00c2c4454d46670c74a6b1aa /shell.c | |
parent | 906833f0cfa92568188399051f8f8e37e5f57868 (diff) | |
download | bash-2569d6d5a445abe46faca896e3bf3fef4ebe28db.tar.gz |
commit bash-20061116 snapshot
Diffstat (limited to 'shell.c')
-rw-r--r-- | shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |