Skip to content

Commit

Permalink
Fixed readlink OpenBSD compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Jul 3, 2021
1 parent 3892b5f commit 1fa1836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/update-links.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

SELF="$(basename "$0")"
LSRC="$(readlink -e "$(realpath $0)")"
LSRC="$(readlink -f "$(realpath $0)")"
LSELF="$(basename "$LSRC")"
DSELF="$(dirname "$LSRC")"

Expand Down

0 comments on commit 1fa1836

Please sign in to comment.