forked from dataprolet/Arch-Linux-Installer
Fix wrong array declaration
This commit is contained in:
@@ -43,7 +43,7 @@ echo
|
|||||||
IFS=' '
|
IFS=' '
|
||||||
|
|
||||||
# Create new variable of selection.
|
# Create new variable of selection.
|
||||||
array=("${dev}")
|
array=(${dev})
|
||||||
dev="${array[0]}"
|
dev="${array[0]}"
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
Reference in New Issue
Block a user