diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-18 17:37:43 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-18 17:37:43 +0200 |
commit | 0872d876f187a30b63062f77c17b8e78296b0557 (patch) | |
tree | 1a85d6c9629335592a6d1bb8a5dda5214cde27be /src/d_define.h | |
parent | Updated TODO (diff) | |
download | 42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.gz 42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.bz2 42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.xz 42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.tar.zst 42-minishell-0872d876f187a30b63062f77c17b8e78296b0557.zip |
Handled execve fail
Diffstat (limited to 'src/d_define.h')
-rw-r--r-- | src/d_define.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d_define.h b/src/d_define.h index d38cb10..2f819c9 100644 --- a/src/d_define.h +++ b/src/d_define.h @@ -19,9 +19,9 @@ ** ====== CLASSICS ====== */ -#define FT_PS_ONE "minishell ~> " -#define FT_BUILTINS "echo|cd|pwd|export|unset|env|exit|type" -#define FT_HISTFILE "minishell_history" +#define FT_PS_ONE "minishell ~> " +#define FT_BUILTINS "echo|cd|pwd|export|unset|env|exit|type" +#define FT_MSH_VERSION "0.1" /* ** ====== OPTIONS ====== |