From ee49a8c2a3dbe88c625599a750c9219e3118b008 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2016 11:47:51 +0200 Subject: Make build.driver path absolute --- build2/utility | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/utility') 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. -- cgit v1.1