-eq is only for integers
This commit is contained in:
parent
bfead4d572
commit
3212b2f202
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ done
|
|||
## Variants
|
||||
#
|
||||
# Build archlinux type image
|
||||
if [[ $type -eq 'archlinux' ]]; then
|
||||
if [[ $type == 'archlinux' ]]; then
|
||||
|
||||
# Ensure base.list exists, if not error and quit
|
||||
[[ ! -e $variant/base.list ]] &&
|
||||
|
|
Loading…
Add table
Reference in a new issue