Skip to content
Snippets Groups Projects
Commit 8c693bef authored by Niels Möller's avatar Niels Möller
Browse files

Deleted file; incorrect permissions.

Rev: nettle/testsuite/setup-env:1.2(DEAD)
parent 08e946cf
Branches
Tags
No related merge requests found
#! /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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment