Skip to content

Commit

Permalink
BUG: Fix bash issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 24, 2023
1 parent d174c62 commit 24a9460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ARCH="${tmp_arr[0]}"
IFS="="
while read -r line; do
# Reading line by line
if [[ $line == "version"* ]] then
if [[ $line == "version"* ]]
then
read -a tmp_arr <<< "$line"
VERSION=${tmp_arr[1]:2:5}
break
Expand Down

0 comments on commit 24a9460

Please sign in to comment.