From cec817f02397876ace60b5ecbe05a2dcd8bb5996 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Wed, 9 Sep 2020 14:02:30 +0800 Subject: [PATCH] WIP: fix a typo. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5d0c37cf..f767c2ed 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # - build the cepcsw # # Usage: -# $ bash setup.sh +# $ bash build.sh # or: # $ # @@ -85,4 +85,4 @@ check-working-builddir || exit -1 run-cmake || exit -1 -run-make || exit -1 \ No newline at end of file +run-make || exit -1 -- GitLab