aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility')
-rw-r--r--build2/utility4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/utility b/build2/utility
index 719eb60..e08ae69 100644
--- a/build2/utility
+++ b/build2/utility
@@ -88,9 +88,9 @@ namespace build2
//
extern options ops;
- // Build system driver recall path (argv[0]).
+ // Build system driver process path (argv0.initial is argv[0]).
//
- extern path argv0;
+ extern process_path argv0;
// Work/home directories (must be initialized in main()) and relative path
// calculation.