summaryrefslogtreecommitdiff
path: root/upgrade
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-08 04:06:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-05-08 04:06:06 +0200
commitc64a5c4d8e71741a02cdc8268532e9d21db7e9c9 (patch)
tree1cee9f70b5a15d971654ed6568e5562aecc3df8d /upgrade
parent583e4ca6f49b2459859f7ebd6acc79d7db833021 (diff)
Update bootstrap, upgrade scripts with libbutl-odb changes
Diffstat (limited to 'upgrade')
-rwxr-xr-xupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade b/upgrade
index c98e9d6..96cdf6d 100755
--- a/upgrade
+++ b/upgrade
@@ -21,7 +21,7 @@
# but only the build system is updated. This can be done at a later stage by
# running the build system in the configuration directory:
#
-# BDEP_SYNC=0 b builds/gcc7/
+# BDEP_SYNC=0 b builds/gcc/
#
owd="$(pwd)"
trap "{ cd '$owd'; exit 1; }" ERR