summaryrefslogtreecommitdiff
path: root/upgrade
diff options
context:
space:
mode:
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