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
* always initialize zigconfopt with prefix, otherwise it does not install
[t2sde.git]
/
tests
/
540-perl.cmd
blob
b7e43f76ac1b8a328c62e3194c56d4ba5b93ac09
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
exe
=
usr
/
bin
/
perl
6
7
[
-e
$SYSROOT
/
$exe
]
||
exit
42
8
9
# TODO: get rid of this HACK!
10
[
-e
$SYSROOT
/
dev
/
null
]
|| mknod
$SYSROOT
/
dev
/
null c
1 3
11
export
LANG
=
C
12
13
$QEMU
-chroot
$SYSROOT $exe
-e
'print "Hello Perl.
\n
";'