aboutsummaryrefslogtreecommitdiffstats
path: root/func.h
diff options
context:
space:
mode:
Diffstat (limited to 'func.h')
-rw-r--r--func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/func.h b/func.h
index e78deb7..82e821c 100644
--- a/func.h
+++ b/func.h
@@ -43,6 +43,7 @@ struct FindCommand;
struct CommandResult {
string shell;
+ string shellflag;
string cmd;
unique_ptr<FindCommand> find;
string result;