diff options
author | 2011-06-16 19:49:41 +0300 | |
---|---|---|
committer | 2011-06-16 19:49:41 +0300 | |
commit | 6911bc054a5684377ab303a3133ca91349675b30 (patch) | |
tree | 98bb5f74f619b3a6322c3a8305a27079f4a82b87 /utils | |
parent | Walker: support regular expression in keyword test (diff) | |
parent | Walker: support $- (diff) | |
download | libbash-6911bc054a5684377ab303a3133ca91349675b30.tar.gz libbash-6911bc054a5684377ab303a3133ca91349675b30.tar.bz2 libbash-6911bc054a5684377ab303a3133ca91349675b30.zip |
Merge remote-tracking branch 'mu/bash_options' into review
Conflicts:
bashast/libbashWalker.g
src/core/interpreter.cpp
src/core/tests/interpreter_test.cpp
Diffstat (limited to 'utils')
-rw-r--r-- | utils/variable_printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/variable_printer.cpp b/utils/variable_printer.cpp index a89de8a..a8a948f 100644 --- a/utils/variable_printer.cpp +++ b/utils/variable_printer.cpp @@ -33,7 +33,7 @@ static const std::vector<std::string> special_variables { - "IFS", "?", "*", "0" + "IFS", "?", "*", "0", "-" }; static std::string get_src_dir() |