add IFS to reserved variables
This commit is contained in:
parent
abce171e94
commit
19fb7e8eac
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#include "struc.hpp"
|
#include "struc.hpp"
|
||||||
|
|
||||||
// constants
|
// constants
|
||||||
#define RESERVED_VARIABLES "HOME", "PATH", "SHELL", "PWD", "OPTIND", "OPTARG", "LC_.*", "LANG", "TERM", "RANDOM", "TMPDIR"
|
#define RESERVED_VARIABLES "HOME", "PATH", "SHELL", "PWD", "OPTIND", "OPTARG", "LC_.*", "LANG", "TERM", "RANDOM", "TMPDIR", "IFS"
|
||||||
|
|
||||||
// types
|
// types
|
||||||
typedef std::map<std::string,uint32_t> countmap_t;
|
typedef std::map<std::string,uint32_t> countmap_t;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue