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
8c693bef
Commit
8c693bef
authored
Jan 17, 2012
by
Niels Möller
Browse files
Deleted file; incorrect permissions.
Rev: nettle/testsuite/setup-env:1.2(DEAD)
parent
08e946cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/setup-env
deleted
100755 → 0
View file @
08e946cf
#! /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