Fix syntax error in static build script

This commit is contained in:
jfreegman 2023-09-03 08:16:42 -04:00
parent 69e4ed452d
commit 6cdd01da25
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ CMP_FILENAME="cmp-$CMP_VERSION.tar.gz"
wget --timeout=10 -O "$CMP_FILENAME" "https://github.com/TokTok/cmp/archive/$CMP_VERSION.tar.gz"
tar -o -xf "$CMP_FILENAME"
mv cmp\-*/* "cmp/"
mv cmp-*/* 'cmp/'
cd ..
cmake -B_build -H. \