compile_wlcs: Make shellcheck compliant

This commit is contained in:
Ben Widawsky 2023-06-21 09:58:05 -07:00
parent 2b8ea6c061
commit 637d79a602

View file

@ -5,7 +5,7 @@ if [ -f "./wlcs/wlcs" ]; then
else
echo "Compiling WLCS."
git clone https://github.com/MirServer/wlcs.git
cd wlcs
cd wlcs || exit
# checkout a specific revision
git reset --hard 34e4804574324fa9f09fe85c19037bcc1444c465
cmake -DWLCS_BUILD_ASAN=False -DWLCS_BUILD_TSAN=False -DWLCS_BUILD_UBSAN=False .