From 8c711d30367365fa6a036e468eba4401d26131a3 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 20 Aug 2007 17:55:03 +0000 Subject: 2007-08-20 Martin Hunt PR2424 From Lai Jiangshan * util.cxx (cmdstr_quoted): New. Properly quote command string. * buildrun.cxx (run_pass): Call cmdstr_quoted(). --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index f9c298ec..97fa7062 100644 --- a/util.h +++ b/util.h @@ -11,6 +11,7 @@ int create_dir(const char *dir); void tokenize(const std::string& str, std::vector& tokens, const std::string& delimiters); bool find_executable(const char *name, std::string& retpath); +const std::string cmdstr_quoted(const std::string& cmd); // stringification generics -- cgit