Explorar el Código

use poweroff for qemu-system-s390

Waldemar Brodkorb hace 10 años
padre
commit
33aa1f14e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/adktest/src/quit

+ 1 - 1
package/adktest/src/quit

@@ -1,7 +1,7 @@
 #!/bin/sh
 arch=$(uname -m)
 case $arch in
-  arc|metag)
+  arc|metag|s390x)
     poweroff
     ;;
   *)