We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0458a74 commit f8152b7Copy full SHA for f8152b7
udroid/src/udroid.sh
@@ -897,7 +897,7 @@ list() {
897
supported_arch=$(cat $distro_data | jq -r ".$suite.$varient.arch")
898
899
LOG "list(): suite=$suite ||| varient=$varient ||| arch=$arch ||| supported_arch=$supported_arch"
900
- if [[ $supported_arch =~ "\"${arch}\"" ]]; then
+ if [[ $supported_arch =~ $arch ]]; then
901
supported=true
902
else
903
supported=false
0 commit comments