repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* manually add pygments hatchling DEP and update .cache
[t2sde.git]
/
tests
/
801-firefox.cmd
blob
9f5faf8fa0b6a1822f40a429bb1cdca77073ab84
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
exe
=
opt
/
mozilla
/
lib
*/
firefox
/
firefox
6
7
[
-e
$SYSROOT
/
$exe
]
||
exit
42
8
9
cd
$SYSROOT
# for wildcard expansion
10
$QEMU
-chroot
$SYSROOT $exe
--version