commit | 348a960f31d42c63ec6fff68a27c5b161b59a89f | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Thu Feb 18 17:20:08 2016 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Thu Feb 18 17:21:26 2016 +0900 |
tree | 867a4d5127635d88c9e9399ea7d774dd9d6f2340 | |
parent | 3deff5bf54db9c5d36b775beffadbae33381d1b1 [diff] [blame] |
[C++] Handle multi-word SHELL in $(shell)
diff --git a/strutil.h b/strutil.h index 5938efb..12e46a5 100644 --- a/strutil.h +++ b/strutil.h
@@ -142,4 +142,6 @@ string EchoEscape(const string str); +void EscapeShell(string* s); + #endif // STRUTIL_H_