]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - command.h
commit bash-20150619 snapshot
[thirdparty/bash.git] / command.h
index 7ff1da9707972748faf1c39ec083e4457768bc94..dac6b85ad6f9f333f6e29832d50336caa02bbbbf 100644 (file)
--- a/command.h
+++ b/command.h
@@ -174,6 +174,7 @@ typedef struct element {
 #define CMD_COMMAND_BUILTIN 0x0800 /* command executed by `command' builtin */
 #define CMD_COPROC_SUBSHELL 0x1000
 #define CMD_LASTPIPE       0x2000
+#define CMD_STDPATH        0x4000      /* use standard path for command lookup */
 
 /* What a command looks like. */
 typedef struct command {