mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-22 14:38:25 +00:00
remove base2 notation for flags
fixes bug that prevented to evaluate correctly 1/0 values for optional extensions
This commit is contained in:
parent
788c133f94
commit
dac8e4acae
10
tomb
10
tomb
@ -58,11 +58,11 @@ WIPE=(rm -f)
|
||||
MKFS=(mkfs.ext3 -q -F -j -L)
|
||||
|
||||
# Flag optional commands if available (see _ensure_dependencies())
|
||||
typeset -i 2 KDF=1
|
||||
typeset -i 2 STEGHIDE=1
|
||||
typeset -i 2 RESIZER=1
|
||||
typeset -i 2 SWISH=1
|
||||
typeset -i 2 QRENCODE=1
|
||||
typeset -i KDF=1
|
||||
typeset -i STEGHIDE=1
|
||||
typeset -i RESIZER=1
|
||||
typeset -i SWISH=1
|
||||
typeset -i QRENCODE=1
|
||||
|
||||
# Default mount options
|
||||
typeset MOUNTOPTS="rw,noatime,nodev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user