Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
50005965
Commit
50005965
authored
Jan 17, 2012
by
Niels Möller
Browse files
Resurrected file.
Rev: nettle/testsuite/setup-env:1.3
parent
8c693bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/setup-env
0 → 100755
View file @
50005965
#! /bin/sh
set
-e
# Workaround, it seems difficult to convince wine to put ../lib into PATH.
case
"
$EMULATOR
"
in
wine
*
)
for
f
in
../.lib/
*
.dll
;
do
ln
-s
"
$f
"
.
done
;;
esac
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment