repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
nettle
/
examples
/
setup-env
blob
e59b283c243ff765e111baffa0851aed4d543895
1
#! /bin/sh
2
3
set -e
4
5
# Workaround, it seems difficult to convince wine to put ../lib into PATH.
6
case
"
$EMULATOR
"
in
7
wine
*)
8
for
f
in
..
/
.lib
/*
.dll
;
do
9
ln
-sf
"
$f
"
.
10
done
11
;;
12
esac
13
14
if
[
-x
rsa-keygen
$EXEEXT
] ;
then
15
$EMULATOR
.
/
rsa-keygen
-r
rsa-decrypt
$EXEEXT
-o
testkey ||
exit
1
16
fi