diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/Build/build_veracrypt_macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index fa3d02aa..13302442 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh @@ -60,7 +60,7 @@ do esac done -export VC_OSX_FUSET=$((fuset ? 1 : 0)) +export VC_OSX_FUSET=$([ "$fuset" = true ] && echo 1 || echo 0) if [ "$fuset" = true ]; then echo "Building VeraCrypt with FUSE-T support" |