Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
fd4bbb0a
Commit
fd4bbb0a
authored
Jan 17, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resurrected file.
Rev: nettle/testsuite/setup-env:1.3
parent
b8510b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
nettle/testsuite/setup-env
nettle/testsuite/setup-env
+12
-0
No files found.
nettle/testsuite/setup-env
0 → 100755
View file @
fd4bbb0a
#! /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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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