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

* testsuite/setup-env: Added -f option to ln.

* examples/setup-env: Likewise.

Rev: nettle/examples/setup-env:1.4
Rev: nettle/testsuite/setup-env:1.4
parent 1134dced
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ set -e ...@@ -6,7 +6,7 @@ set -e
case "$EMULATOR" in case "$EMULATOR" in
wine*) wine*)
for f in ../.lib/*.dll ; do for f in ../.lib/*.dll ; do
ln -s "$f" . ln -sf "$f" .
done done
;; ;;
esac esac
......
...@@ -6,7 +6,7 @@ set -e ...@@ -6,7 +6,7 @@ set -e
case "$EMULATOR" in case "$EMULATOR" in
wine*) wine*)
for f in ../.lib/*.dll ; do for f in ../.lib/*.dll ; do
ln -s "$f" . ln -sf "$f" .
done done
;; ;;
esac esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment