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
Nettle
nettle
Commits
8c693bef
Commit
8c693bef
authored
Jan 17, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted file; incorrect permissions.
Rev: nettle/testsuite/setup-env:1.2(DEAD)
parent
08e946cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
testsuite/setup-env
testsuite/setup-env
+0
-12
No files found.
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
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