diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 19:11:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 19:11:13 +0200 |
commit | f416ac6099079fa1e00c61c6100970e1110f1b96 (patch) | |
tree | 48511241c098a3b463d5595eef3a4bacc8b55e6a /build.sh | |
parent | 07f3b0a3965cec58ed6c23175a60e478aabeab78 (diff) |
Fix wrong path in build scripts diagnostics
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -203,6 +203,7 @@ run bpkg-stage --version run cd .. run mkdir "$cdir" run cd "$cdir" +cdir="$(pwd)" # Save full path for later. run bpkg-stage create \ cc \ @@ -238,5 +239,5 @@ run b uninstall diag diag "Toolchain installation: $idir/bin" -diag "Upgrade configuration: $owd/$cdir" +diag "Upgrade configuration: $cdir" diag |