mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
export: Fix expr syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user