Skip to content

Commit 4fe40e0

Browse files
committed
fix qemu-arch-detect
1 parent 2f0e2d9 commit 4fe40e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
qemu-arch-detect(){
3-
case $$1 in
3+
case $1 in
44
armhf)
55
echo -n arm
66
;;

0 commit comments

Comments
 (0)