Fix error messages for "and" and "or" after pipe

Fixes #6347
This commit is contained in:
Johannes Altmanninger
2019-11-25 12:47:33 +01:00
parent 97969a9363
commit f36705bb66
5 changed files with 41 additions and 11 deletions

View File

@@ -28,9 +28,6 @@
#include "wildcard.h"
#include "wutil.h" // IWYU pragma: keep
/// Error message for improper use of the exec builtin.
#define EXEC_ERR_MSG _(L"The '%ls' command can not be used in a pipeline")
/// Error message for use of backgrounded commands before and/or.
#define BOOL_AFTER_BACKGROUND_ERROR_MSG \
_(L"The '%ls' command can not be used immediately after a backgrounded job")