From 29c59165396eb842d92367fca74c4e459ea25900 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 May 2020 14:17:19 +0200 Subject: Review (temp dir) --- libbuild2/script/script.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/script') diff --git a/libbuild2/script/script.hxx b/libbuild2/script/script.hxx index 22747a8..359bb36 100644 --- a/libbuild2/script/script.hxx +++ b/libbuild2/script/script.hxx @@ -363,7 +363,7 @@ namespace build2 // using the rm or mv builtins will fail the script execution. Must be // an absolute path. // - const dir_path& work_dir; + const dir_path& work_dir; // @@ dir_path_name const string& work_dir_name; // Directory name for diagnostics. // If non-empty, then any attempt to remove or move a filesystem entry @@ -371,7 +371,7 @@ namespace build2 // builtins will fail the script execution, unless the --force option is // specified for the builtin. Must be an absolute path, unless is empty. // - const dir_path& sandbox_dir; + const dir_path& sandbox_dir; // @@ dir_path_name const string& sandbox_dir_name; // Directory name for diagnostics. // Used by the script running machinery to create special files in it. -- cgit v1.1