aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2011-06-16 19:49:41 +0300
committerPetteri Räty <petsku@petteriraty.eu>2011-06-16 19:49:41 +0300
commit6911bc054a5684377ab303a3133ca91349675b30 (patch)
tree98bb5f74f619b3a6322c3a8305a27079f4a82b87 /utils
parentWalker: support regular expression in keyword test (diff)
parentWalker: support $- (diff)
downloadlibbash-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.cpp2
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()