We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0e2d9 commit 4fe40e0Copy full SHA for 4fe40e0
scripts/utils.sh
@@ -1,6 +1,6 @@
1
2
qemu-arch-detect(){
3
- case $$1 in
+ case $1 in
4
armhf)
5
echo -n arm
6
;;
0 commit comments