export: Fix expr syntax

This commit is contained in:
tschettervictor
2025-02-28 11:59:56 -07:00
committed by GitHub
parent 34a0582075
commit 1c0ed95e63

View File

@@ -65,7 +65,7 @@ zfs_enable_check() {
}
opt_count() {
COMP_OPTION=$(expr ${COMP_OPTION} + 1)
COMP_OPTION=$((COMP_OPTION + 1))
}
if [ -n "${bastille_export_options}" ]; then