Skip to content

Commit

Permalink
Fix for selecting kernels #1 and 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mavrothal committed Apr 2, 2017
1 parent 733eb1b commit cc8b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/3builddistro-Z
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ choose_kernel_to_download() {
echo "Please choose the number of the kernel you wish to download"
cat $TMP2
read choice_k
choice=`grep ^$choice_k $TMP2`
choice=`grep "^$choice_k " $TMP2`
[ ! "$choice" ] && echo "invalid choice" && continue
echo "You chose ${choice##* }. Hit ENTER to continue"
read
Expand Down

0 comments on commit cc8b90c

Please sign in to comment.